Skip to content

RosVpcEndpointProps

Properties for defining a RosVpcEndpoint.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkprivatelink"
&alicloudroscdkprivatelink.RosVpcEndpointProps {
    SecurityGroupId: interface{},
    VpcId: interface{},
    EndpointDescription: interface{},
    EndpointName: interface{},
    EndpointType: interface{},
    ProtectedEnabled: interface{},
    ServiceId: interface{},
    ServiceName: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkprivatelink.RosVpcEndpoint.TagsProperty,
    Zone: interface{},
    ZonePrivateIpAddressCount: interface{},
}

Properties

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

SecurityGroupIdRequired

SecurityGroupId interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

EndpointDescriptionOptional

EndpointDescription interface{}
  • Type: interface{}

EndpointNameOptional

EndpointName interface{}
  • Type: interface{}

EndpointTypeOptional

EndpointType interface{}
  • Type: interface{}

ProtectedEnabledOptional

ProtectedEnabled interface{}
  • Type: interface{}

ServiceIdOptional

ServiceId interface{}
  • Type: interface{}

ServiceNameOptional

ServiceName interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

ZoneOptional

Zone interface{}
  • Type: interface{}

ZonePrivateIpAddressCountOptional

ZonePrivateIpAddressCount interface{}
  • Type: interface{}