Skip to content

RosVpcEndpointProps

Properties for defining a RosVpcEndpoint.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Privatelink;
new RosVpcEndpointProps {
    object SecurityGroupId,
    object VpcId,
    object EndpointDescription = null,
    object EndpointName = null,
    object EndpointType = null,
    object ProtectedEnabled = null,
    object ServiceId = null,
    object ServiceName = null,
    TagsProperty[] Tags = null,
    object Zone = null,
    object ZonePrivateIpAddressCount = null
};

Properties

Name Type Description
SecurityGroupId object No description.
VpcId object No description.
EndpointDescription object No description.
EndpointName object No description.
EndpointType object No description.
ProtectedEnabled object No description.
ServiceId object No description.
ServiceName object No description.
Tags TagsProperty[] No description.
Zone object No description.
ZonePrivateIpAddressCount object No description.

SecurityGroupIdRequired

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

VpcIdRequired

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

EndpointDescriptionOptional

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

EndpointNameOptional

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

EndpointTypeOptional

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

ProtectedEnabledOptional

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

ServiceIdOptional

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

ServiceNameOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

ZoneOptional

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

ZonePrivateIpAddressCountOptional

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