public class CreateFlowLogRequest extends AbstractModel
Constructor and Description |
---|
CreateFlowLogRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCloudLogId()
Get 流日志存储ID
|
String |
getFlowLogDescription()
Get 流日志实例描述
|
String |
getFlowLogName()
Get 流日志实例名字
|
String |
getResourceId()
Get 资源唯一ID
|
String |
getResourceType()
Get 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE
|
String |
getTrafficType()
Get 流日志采集类型,ACCEPT|REJECT|ALL
|
String |
getVpcId()
Get 私用网络ID或者统一ID,建议使用统一ID
|
void |
setCloudLogId(String CloudLogId)
Set 流日志存储ID
|
void |
setFlowLogDescription(String FlowLogDescription)
Set 流日志实例描述
|
void |
setFlowLogName(String FlowLogName)
Set 流日志实例名字
|
void |
setResourceId(String ResourceId)
Set 资源唯一ID
|
void |
setResourceType(String ResourceType)
Set 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE
|
void |
setTrafficType(String TrafficType)
Set 流日志采集类型,ACCEPT|REJECT|ALL
|
void |
setVpcId(String VpcId)
Set 私用网络ID或者统一ID,建议使用统一ID
|
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, toJsonString
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 私用网络ID或者统一ID,建议使用统一IDpublic String getFlowLogName()
public void setFlowLogName(String FlowLogName)
FlowLogName
- 流日志实例名字public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACEpublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源唯一IDpublic String getTrafficType()
public void setTrafficType(String TrafficType)
TrafficType
- 流日志采集类型,ACCEPT|REJECT|ALLpublic String getCloudLogId()
public void setCloudLogId(String CloudLogId)
CloudLogId
- 流日志存储IDpublic String getFlowLogDescription()
public void setFlowLogDescription(String FlowLogDescription)
FlowLogDescription
- 流日志实例描述Copyright © 2020. All rights reserved.