InstanceEndpointAclPolicyProps
Properties for defining a InstanceEndpointAclPolicy.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-instanceendpointaclpolicy
Initializer
import com.aliyun.ros.cdk.cr.InstanceEndpointAclPolicyProps;
InstanceEndpointAclPolicyProps.builder()
.entry(java.lang.String)
.entry(IResolvable)
.instanceId(java.lang.String)
.instanceId(IResolvable)
// .autoEnableType(java.lang.String)
// .autoEnableType(IResolvable)
// .comment(java.lang.String)
// .comment(IResolvable)
// .endpointType(java.lang.String)
// .endpointType(IResolvable)
// .moduleName(java.lang.String)
// .moduleName(IResolvable)
// .regionId(java.lang.String)
// .regionId(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
entry | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property entry: The IP address range that is allowed to access the instance. |
instanceId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property instanceId: The ID of the instance. |
autoEnableType | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property autoEnableType: Whether to auto enable the type of the endpoint. |
comment | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property comment: The description of the entry. |
endpointType | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property endpointType: The type of the endpoint. |
moduleName | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property moduleName: The name of the module in the instance for which a whitelist is configured. |
regionId | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property regionId: Region ID of instance. |
entryRequired
public java.lang.Object getEntry();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property entry: The IP address range that is allowed to access the instance.
instanceIdRequired
public java.lang.Object getInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceId: The ID of the instance.
autoEnableTypeOptional
public java.lang.Object getAutoEnableType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property autoEnableType: Whether to auto enable the type of the endpoint.
commentOptional
public java.lang.Object getComment();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property comment: The description of the entry.
endpointTypeOptional
public java.lang.Object getEndpointType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property endpointType: The type of the endpoint.
moduleNameOptional
public java.lang.Object getModuleName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property moduleName: The name of the module in the instance for which a whitelist is configured.
Valid values: Registry and Chart.
regionIdOptional
public java.lang.Object getRegionId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property regionId: Region ID of instance.
Default is current region.