public class FlowLog extends AbstractModel
| Constructor and Description | 
|---|
| FlowLog() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCloudLogId()Get The storage ID of the flow log. | 
| String | getCloudLogState()Get The storage ID status of the flow log. | 
| String | getCreatedTime()Get The creation time of the flow log. | 
| String | getFlowLogDescription()Get The flow log description. | 
| String | getFlowLogId()Get The unique ID of the flow log. | 
| String | getFlowLogName()Get The name of the flow log instance. | 
| String | getResourceId()Get The unique ID of the resource. | 
| String | getResourceType()Get The resource type of the flow log. | 
| Tag[] | getTagSet()Get Tag list, such as [{"Key": "city", "Value": "shanghai"}] | 
| String | getTrafficType()Get Type of flow logs to be collected. | 
| String | getVpcId()Get ID of the VPC instance | 
| void | setCloudLogId(String CloudLogId)Set The storage ID of the flow log. | 
| void | setCloudLogState(String CloudLogState)Set The storage ID status of the flow log. | 
| void | setCreatedTime(String CreatedTime)Set The creation time of the flow log. | 
| void | setFlowLogDescription(String FlowLogDescription)Set The flow log description. | 
| void | setFlowLogId(String FlowLogId)Set The unique ID of the flow log. | 
| void | setFlowLogName(String FlowLogName)Set The name of the flow log instance. | 
| void | setResourceId(String ResourceId)Set The unique ID of the resource. | 
| void | setResourceType(String ResourceType)Set The resource type of the flow log. | 
| void | setTagSet(Tag[] TagSet)Set Tag list, such as [{"Key": "city", "Value": "shanghai"}] | 
| void | setTrafficType(String TrafficType)Set Type of flow logs to be collected. | 
| void | setVpcId(String VpcId)Set ID of the VPC instance | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - ID of the VPC instancepublic String getFlowLogId()
public void setFlowLogId(String FlowLogId)
FlowLogId - The unique ID of the flow log.public String getFlowLogName()
public void setFlowLogName(String FlowLogName)
FlowLogName - The name of the flow log instance.public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - The resource type of the flow log. Valid values: 'VPC', 'SUBNET', and 'NETWORKINTERFACE'.public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - The unique ID of the resource.public String getTrafficType()
public void setTrafficType(String TrafficType)
TrafficType - Type of flow logs to be collected. Valid values: `ACCEPT`, `REJECT` and `ALL`.public String getCloudLogId()
public void setCloudLogId(String CloudLogId)
CloudLogId - The storage ID of the flow log.public String getCloudLogState()
public void setCloudLogState(String CloudLogState)
CloudLogState - The storage ID status of the flow log.public String getFlowLogDescription()
public void setFlowLogDescription(String FlowLogDescription)
FlowLogDescription - The flow log description.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - The creation time of the flow log.public Tag[] getTagSet()
public void setTagSet(Tag[] TagSet)
TagSet - Tag list, such as [{"Key": "city", "Value": "shanghai"}]Copyright © 2021. All rights reserved.