Skip to content

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.

NetworkAclIdOptional

public object NetworkAclId { get; set; }
  • Type: object

NetworkAclNameOptional

public object NetworkAclName { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

ResourceIdOptional

public object ResourceId { get; set; }
  • Type: object

ResourceTypeOptional

public object ResourceType { get; set; }
  • Type: object

VpcIdOptional

public object VpcId { get; set; }
  • Type: object