Skip to content

InstanceEndpointAclPolicyProps

Properties for defining a InstanceEndpointAclPolicy.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-instanceendpointaclpolicy

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cr;
new InstanceEndpointAclPolicyProps {
    object Entry,
    object InstanceId,
    object Comment = null,
    object EndpointType = null,
    object ModuleName = null,
    object RegionId = null
};

Properties

Name Type Description
Entry object Property entry: The IP address range that is allowed to access the instance.
InstanceId object Property instanceId: The ID of the instance.
Comment object Property comment: The description of the entry.
EndpointType object Property endpointType: The type of the endpoint.
ModuleName object Property moduleName: The name of the module in the instance for which a whitelist is configured.
RegionId object Property regionId: Region ID of instance.

EntryRequired

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

Property entry: The IP address range that is allowed to access the instance.


InstanceIdRequired

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

Property instanceId: The ID of the instance.


CommentOptional

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

Property comment: The description of the entry.


EndpointTypeOptional

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

Property endpointType: The type of the endpoint.


ModuleNameOptional

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

Property moduleName: The name of the module in the instance for which a whitelist is configured.

Valid values: Registry and Chart.


RegionIdOptional

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

Property regionId: Region ID of instance.

Default is current region.