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. |
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: The ID of the acceleration instance.
Name
Required
Name interface{}
- Type: interface{}
Property name: The name of the Mount Target.
Type
Optional
Type interface{}
- Type: interface{}
Property type: The network type of the Mount Target.
VpcId
Optional
VpcId interface{}
- Type: interface{}
Property vpcId: The ID of the VPC.
VswitchId
Optional
VswitchId interface{}
- Type: interface{}
Property vswitchId: The ID of the vSwitch.