Uses of Class
com.tencentcloudapi.vpc.v20170312.models.FlowLog
-
Packages that use FlowLog Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of FlowLog in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return FlowLog Modifier and Type Method Description FlowLog[]CreateFlowLogResponse. getFlowLog()Get 创建的流日志信息。FlowLog[]DescribeFlowLogResponse. getFlowLog()Get 流日志信息。FlowLog[]DescribeFlowLogsResponse. getFlowLog()Get 流日志实例集合。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type FlowLog Modifier and Type Method Description voidCreateFlowLogResponse. setFlowLog(FlowLog[] FlowLog)Set 创建的流日志信息。voidDescribeFlowLogResponse. setFlowLog(FlowLog[] FlowLog)Set 流日志信息。voidDescribeFlowLogsResponse. setFlowLog(FlowLog[] FlowLog)Set 流日志实例集合。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type FlowLog Constructor Description FlowLog(FlowLog 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.
-