public class ModifyFlowLogAttributeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyFlowLogAttributeRequest() | 
| ModifyFlowLogAttributeRequest(ModifyFlowLogAttributeRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFlowLogDescription()Get 流日志实例描述。长度为不超过512个字符。 | 
| String | getFlowLogId()Get 流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取。 | 
| String | getFlowLogName()Get 流日志实例名称。长度为不超过60字符。 | 
| Long | getPeriod()Get 流日志采集周期,只支持CCN类型流日志。 取值范围(单位s):60, 300, 600。 | 
| String | getVpcId()Get 私用网络唯一ID。修改云联网流日志属性时可不填,其他流日志类型必填。 | 
| void | setFlowLogDescription(String FlowLogDescription)Set 流日志实例描述。长度为不超过512个字符。 | 
| void | setFlowLogId(String FlowLogId)Set 流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取。 | 
| void | setFlowLogName(String FlowLogName)Set 流日志实例名称。长度为不超过60字符。 | 
| void | setPeriod(Long Period)Set 流日志采集周期,只支持CCN类型流日志。 取值范围(单位s):60, 300, 600。 | 
| void | setVpcId(String VpcId)Set 私用网络唯一ID。修改云联网流日志属性时可不填,其他流日志类型必填。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyFlowLogAttributeRequest()
public ModifyFlowLogAttributeRequest(ModifyFlowLogAttributeRequest source)
public String getFlowLogId()
public void setFlowLogId(String FlowLogId)
FlowLogId - 流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取。public String getVpcId()
public void setVpcId(String VpcId)
VpcId - 私用网络唯一ID。修改云联网流日志属性时可不填,其他流日志类型必填。public String getFlowLogName()
public void setFlowLogName(String FlowLogName)
FlowLogName - 流日志实例名称。长度为不超过60字符。public String getFlowLogDescription()
public void setFlowLogDescription(String FlowLogDescription)
FlowLogDescription - 流日志实例描述。长度为不超过512个字符。public Long getPeriod()
public void setPeriod(Long Period)
Period - 流日志采集周期,只支持CCN类型流日志。 取值范围(单位s):60, 300, 600。Copyright © 2025. All rights reserved.