InstanceEndpointAclPolicyProps
Properties for defining a InstanceEndpointAclPolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-instanceendpointaclpolicy
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcr"
&alicloudroscdkcr.InstanceEndpointAclPolicyProps {
Entry: interface{},
InstanceId: interface{},
Comment: interface{},
EndpointType: interface{},
ModuleName: interface{},
RegionId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Entry |
interface{} |
Property entry: The IP address range that is allowed to access the instance. |
InstanceId |
interface{} |
Property instanceId: The ID of the instance. |
Comment |
interface{} |
Property comment: The description of the entry. |
EndpointType |
interface{} |
Property endpointType: The type of the endpoint. |
ModuleName |
interface{} |
Property moduleName: The name of the module in the instance for which a whitelist is configured. |
RegionId |
interface{} |
Property regionId: Region ID of instance. |
Entry
Required
Entry interface{}
- Type: interface{}
Property entry: The IP address range that is allowed to access the instance.
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: The ID of the instance.
Comment
Optional
Comment interface{}
- Type: interface{}
Property comment: The description of the entry.
EndpointType
Optional
EndpointType interface{}
- Type: interface{}
Property endpointType: The type of the endpoint.
ModuleName
Optional
ModuleName interface{}
- Type: interface{}
Property moduleName: The name of the module in the instance for which a whitelist is configured.
Valid values: Registry and Chart.
RegionId
Optional
RegionId interface{}
- Type: interface{}
Property regionId: Region ID of instance.
Default is current region.