TrafficMirrorFilterProps
Properties for defining a TrafficMirrorFilter
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-trafficmirrorfilter
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new TrafficMirrorFilterProps {
object TrafficMirrorFilterId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
TrafficMirrorFilterId |
object |
Property trafficMirrorFilterId: The first ID of the resource. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
TrafficMirrorFilterId
Required
public object TrafficMirrorFilterId { get; set; }
- Type: object
Property trafficMirrorFilterId: The first ID of the resource.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.