EndpointProps
Properties for defining a Endpoint.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paidatasetacc-endpoint
Initializer
import { EndpointProps } from '@alicloud/ros-cdk-paidatasetacc'
const endpointProps: EndpointProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
instanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property instanceId: The ID of the acceleration instance. |
name |
string | @alicloud/ros-cdk-core.IResolvable |
Property name: The name of the Mount Target. |
type |
string | @alicloud/ros-cdk-core.IResolvable |
Property type: The network type of the Mount Target. |
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vpcId: The ID of the VPC. |
vswitchId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vswitchId: The ID of the vSwitch. |
instanceIdRequired
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceId: The ID of the acceleration instance.
nameRequired
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: The name of the Mount Target.
typeOptional
public readonly type: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property type: The network type of the Mount Target.
vpcIdOptional
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: The ID of the VPC.
vswitchIdOptional
public readonly vswitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vswitchId: The ID of the vSwitch.