Skip to content

IntranetConnectorEndpointProps

Properties for defining a IntranetConnectorEndpoint.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-computenest-intranetconnectorendpoint

Initializer

using AlibabaCloud.SDK.ROS.CDK.Computenest;
new IntranetConnectorEndpointProps {
    object EndpointRegionId,
    object VpcId,
    object Description = null,
    object EnablePrivateZone = null,
    object Name = null,
    object ResourceIds = null,
    object Type = null
};

Properties

Name Type Description
EndpointRegionId object Property endpointRegionId: The region ID of the endpoint.
VpcId object Property vpcId: The ID of the VPC to which the endpoint belongs.
Description object Property description: The description of the endpoint, supporting full character set.
EnablePrivateZone object Property enablePrivateZone: Whether to enable the private zone.
Name object Property name: The name of the endpoint, supporting full character set except space.
ResourceIds object Property resourceIds: Endpoint instance ID, when using ECS as an access point, fill in the instance ID of this ECS.
Type object Property type: The type of the endpoint.

EndpointRegionIdRequired

public object EndpointRegionId { get; set; }
  • Type: object

Property endpointRegionId: The region ID of the endpoint.


VpcIdRequired

public object VpcId { get; set; }
  • Type: object

Property vpcId: The ID of the VPC to which the endpoint belongs.


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: The description of the endpoint, supporting full character set.

The length must not exceed 500 characters.


EnablePrivateZoneOptional

public object EnablePrivateZone { get; set; }
  • Type: object

Property enablePrivateZone: Whether to enable the private zone.

This parameter is only valid when the access point type is Managed.


NameOptional

public object Name { get; set; }
  • Type: object

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.


ResourceIdsOptional

public object ResourceIds { get; set; }
  • Type: object

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.


TypeOptional

public object Type { get; set; }
  • Type: object

Property type: The type of the endpoint.

  • Private (default) : private access point
  • Managed: managed access point.