Skip to content

VpcEndpointServiceAttachmentProps

Properties for defining a VpcEndpointServiceAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-privatelink-vpcendpointserviceattachment

Initializer

using AlibabaCloud.SDK.ROS.CDK.Privatelink;
new VpcEndpointServiceAttachmentProps {
    object ResourceId,
    object ResourceType,
    object ServiceId
};

Properties

Name Type Description
ResourceId object Property resourceId: The resource id.
ResourceType object Property resourceType: The resource type.
ServiceId object Property serviceId: The endpoint service that is associated with the endpoint.

ResourceIdRequired

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

Property resourceId: The resource id.


ResourceTypeRequired

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

Property resourceType: The resource type.

Allowed values:

  • slb: indicates a Classic Load Balancer (CLB) instance whose service resource type is a private network and supports the PrivateLink function.
  • alb: indicates an Application Load Balancer (ALB) instance whose service resources are private networks and which supports the PrivateLink function.
  • nlb: indicates a Network Load Balancer (NLB) instance that uses private network resources and supports the PrivateLink function.

ServiceIdRequired

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

Property serviceId: The endpoint service that is associated with the endpoint.