RosNetworkAclsProps
Properties for defining a RosNetworkAcls
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-networkacls
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosNetworkAclsProps {
object NetworkAclId = null,
object NetworkAclName = null,
object RefreshOptions = null,
object ResourceId = null,
object ResourceType = null,
object VpcId = null
};
Properties
Name | Type | Description |
---|---|---|
NetworkAclId |
object |
No description. |
NetworkAclName |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceId |
object |
No description. |
ResourceType |
object |
No description. |
VpcId |
object |
No description. |
NetworkAclId
Optional
public object NetworkAclId { get; set; }
- Type: object
NetworkAclName
Optional
public object NetworkAclName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceId
Optional
public object ResourceId { get; set; }
- Type: object
ResourceType
Optional
public object ResourceType { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object