IntranetConnectorEndpointProps
Properties for defining a IntranetConnectorEndpoint
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-computenest-intranetconnectorendpoint
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcomputenest"
&alicloudroscdkcomputenest.IntranetConnectorEndpointProps {
EndpointRegionId: interface{},
VpcId: interface{},
Description: interface{},
EnablePrivateZone: interface{},
Name: interface{},
ResourceIds: interface{},
Type: interface{},
}
Properties
Name | Type | Description |
---|---|---|
EndpointRegionId |
interface{} |
Property endpointRegionId: The region ID of the endpoint. |
VpcId |
interface{} |
Property vpcId: The ID of the VPC to which the endpoint belongs. |
Description |
interface{} |
Property description: The description of the endpoint, supporting full character set. |
EnablePrivateZone |
interface{} |
Property enablePrivateZone: Whether to enable the private zone. |
Name |
interface{} |
Property name: The name of the endpoint, supporting full character set except space. |
ResourceIds |
interface{} |
Property resourceIds: Endpoint instance ID, when using ECS as an access point, fill in the instance ID of this ECS. |
Type |
interface{} |
Property type: The type of the endpoint. |
EndpointRegionId
Required
EndpointRegionId interface{}
- Type: interface{}
Property endpointRegionId: The region ID of the endpoint.
VpcId
Required
VpcId interface{}
- Type: interface{}
Property vpcId: The ID of the VPC to which the endpoint belongs.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the endpoint, supporting full character set.
The length must not exceed 500 characters.
EnablePrivateZone
Optional
EnablePrivateZone interface{}
- Type: interface{}
Property enablePrivateZone: Whether to enable the private zone.
This parameter is only valid when the access point type is Managed.
Name
Optional
Name interface{}
- Type: interface{}
Property name: The name of the endpoint, supporting full character set except space.
The length must not exceed 200 characters. If not, it will be filled in with EndpointId automatically.
ResourceIds
Optional
ResourceIds interface{}
- Type: interface{}
Property resourceIds: Endpoint instance ID, when using ECS as an access point, fill in the instance ID of this ECS.
Multiple instances can be specified up to a maximum of 2. The instance is required to be under the passed VPC. Hosted access points do not require incoming.
Type
Optional
Type interface{}
- Type: interface{}
Property type: The type of the endpoint.
- Private (default) : private access point
- Managed: managed access point.