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. |
instanceId
Required
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceId: The ID of the acceleration instance.
name
Required
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: The name of the Mount Target.
type
Optional
public readonly type: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property type: The network type of the Mount Target.
vpcId
Optional
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: The ID of the VPC.
vswitchId
Optional
public readonly vswitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vswitchId: The ID of the vSwitch.