EndpointProps
Properties for defining a Endpoint.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paidatasetacc-endpoint
Initializer
using AlibabaCloud.SDK.ROS.CDK.Paidatasetacc;
new EndpointProps {
object InstanceId,
object Name,
object Type = null,
object VpcId = null,
object VswitchId = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceId |
object |
Property instanceId: The ID of the acceleration instance. |
Name |
object |
Property name: The name of the Mount Target. |
Type |
object |
Property type: The network type of the Mount Target. |
VpcId |
object |
Property vpcId: The ID of the VPC. |
VswitchId |
object |
Property vswitchId: The ID of the vSwitch. |
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of the acceleration instance.
NameRequired
public object Name { get; set; }
- Type: object
Property name: The name of the Mount Target.
TypeOptional
public object Type { get; set; }
- Type: object
Property type: The network type of the Mount Target.
VpcIdOptional
public object VpcId { get; set; }
- Type: object
Property vpcId: The ID of the VPC.
VswitchIdOptional
public object VswitchId { get; set; }
- Type: object
Property vswitchId: The ID of the vSwitch.