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. |
Entry
Required
public object Entry { get; set; }
- Type: object
Property entry: The IP address range that is allowed to access the instance.
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of the instance.
Comment
Optional
public object Comment { get; set; }
- Type: object
Property comment: The description of the entry.
EndpointType
Optional
public object EndpointType { get; set; }
- Type: object
Property endpointType: The type of the endpoint.
ModuleName
Optional
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.
RegionId
Optional
public object RegionId { get; set; }
- Type: object
Property regionId: Region ID of instance.
Default is current region.