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