public class ModifyFlowLogAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
aggregationInterval
The new sampling interval of the flow log.
|
String |
description
The new description of the flow log.
|
String |
flowLogId
The ID of the flow log.
|
String |
flowLogName
The new name of the flow log.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the flow log is created.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyFlowLogAttributeRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyFlowLogAttributeRequest |
build(Map<String,?> map) |
Integer |
getAggregationInterval() |
String |
getDescription() |
String |
getFlowLogId() |
String |
getFlowLogName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ModifyFlowLogAttributeRequest |
setAggregationInterval(Integer aggregationInterval) |
ModifyFlowLogAttributeRequest |
setDescription(String description) |
ModifyFlowLogAttributeRequest |
setFlowLogId(String flowLogId) |
ModifyFlowLogAttributeRequest |
setFlowLogName(String flowLogName) |
ModifyFlowLogAttributeRequest |
setOwnerAccount(String ownerAccount) |
ModifyFlowLogAttributeRequest |
setOwnerId(Long ownerId) |
ModifyFlowLogAttributeRequest |
setRegionId(String regionId) |
ModifyFlowLogAttributeRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ModifyFlowLogAttributeRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="AggregationInterval") public Integer aggregationInterval
The new sampling interval of the flow log. Unit: minutes. Valid values: 1, 5, and 10.
example:1
@NameInMap(value="Description") public String description
The new description of the flow log.
The description must be 1 to 256 characters in length and cannot start with http://
or https://
.
This is my Flowlog.
@NameInMap(value="FlowLogId") public String flowLogId
The ID of the flow log.
This parameter is required.
example:fl-m5e8vhz2t21sel1nq****
@NameInMap(value="FlowLogName") public String flowLogName
The new name of the flow log.
The name must be 1 to 128 characters in length and cannot start with http://
or https://
.
myFlowlog
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region where the flow log is created.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-qingdao
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ModifyFlowLogAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyFlowLogAttributeRequest setAggregationInterval(Integer aggregationInterval)
public Integer getAggregationInterval()
public ModifyFlowLogAttributeRequest setDescription(String description)
public String getDescription()
public ModifyFlowLogAttributeRequest setFlowLogId(String flowLogId)
public String getFlowLogId()
public ModifyFlowLogAttributeRequest setFlowLogName(String flowLogName)
public String getFlowLogName()
public ModifyFlowLogAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyFlowLogAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyFlowLogAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyFlowLogAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyFlowLogAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.