Skip to content

RosEndpointProps

Properties for defining a RosEndpoint.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paidatasetacc-endpoint

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpaidatasetacc"
&alicloudroscdkpaidatasetacc.RosEndpointProps {
    InstanceId: interface{},
    Name: interface{},
    Type: interface{},
    VpcId: interface{},
    VswitchId: interface{},
}

Properties

Name Type Description
InstanceId interface{} No description.
Name interface{} No description.
Type interface{} No description.
VpcId interface{} No description.
VswitchId interface{} No description.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

NameRequired

Name interface{}
  • Type: interface{}

TypeOptional

Type interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VswitchIdOptional

VswitchId interface{}
  • Type: interface{}