Skip to content

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.

EntryRequired

Entry interface{}
  • Type: interface{}

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


InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: The ID of the instance.


CommentOptional

Comment interface{}
  • Type: interface{}

Property comment: The description of the entry.


EndpointTypeOptional

EndpointType interface{}
  • Type: interface{}

Property endpointType: The type of the endpoint.


ModuleNameOptional

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.


RegionIdOptional

RegionId interface{}
  • Type: interface{}

Property regionId: Region ID of instance.

Default is current region.