EndpointProps
Properties for defining a Endpoint.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paidatasetacc-endpoint
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpaidatasetacc"
&alicloudroscdkpaidatasetacc.EndpointProps {
InstanceId: interface{},
Name: interface{},
Type: interface{},
VpcId: interface{},
VswitchId: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
InstanceId |
interface{} |
Property instanceId: The ID of the acceleration instance. |
Name |
interface{} |
Property name: The name of the Mount Target. |
Type |
interface{} |
Property type: The network type of the Mount Target. |
VpcId |
interface{} |
Property vpcId: The ID of the VPC. |
VswitchId |
interface{} |
Property vswitchId: The ID of the vSwitch. |
InstanceIdRequired
InstanceId interface{}
- Type: interface{}
Property instanceId: The ID of the acceleration instance.
NameRequired
Name interface{}
- Type: interface{}
Property name: The name of the Mount Target.
TypeOptional
Type interface{}
- Type: interface{}
Property type: The network type of the Mount Target.
VpcIdOptional
VpcId interface{}
- Type: interface{}
Property vpcId: The ID of the VPC.
VswitchIdOptional
VswitchId interface{}
- Type: interface{}
Property vswitchId: The ID of the vSwitch.