Skip to content

RosVpcEndpointServiceProps

Properties for defining a RosVpcEndpointService.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkprivatelink"
&alicloudroscdkprivatelink.RosVpcEndpointServiceProps {
    AutoAcceptEnabled: interface{},
    ConnectBandwidth: interface{},
    DeletionForce: interface{},
    Payer: interface{},
    Resource: interface{},
    ResourceGroupId: interface{},
    ServiceDescription: interface{},
    ServiceResourceType: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkprivatelink.RosVpcEndpointService.TagsProperty,
    User: interface{},
    ZoneAffinityEnabled: interface{},
}

Properties

Name Type Description
AutoAcceptEnabled interface{} No description.
ConnectBandwidth interface{} No description.
DeletionForce interface{} No description.
Payer interface{} No description.
Resource interface{} No description.
ResourceGroupId interface{} No description.
ServiceDescription interface{} No description.
ServiceResourceType interface{} No description.
Tags *[]TagsProperty No description.
User interface{} No description.
ZoneAffinityEnabled interface{} No description.

AutoAcceptEnabledOptional

AutoAcceptEnabled interface{}
  • Type: interface{}

ConnectBandwidthOptional

ConnectBandwidth interface{}
  • Type: interface{}

DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

PayerOptional

Payer interface{}
  • Type: interface{}

ResourceOptional

Resource interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

ServiceDescriptionOptional

ServiceDescription interface{}
  • Type: interface{}

ServiceResourceTypeOptional

ServiceResourceType interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

UserOptional

User interface{}
  • Type: interface{}

ZoneAffinityEnabledOptional

ZoneAffinityEnabled interface{}
  • Type: interface{}