Skip to content

EndpointProps

Properties for defining a Endpoint.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paidatasetacc-endpoint

Initializer

import ros_cdk_paidatasetacc
ros_cdk_paidatasetacc.EndpointProps(
  instance_id: typing.Union[str, IResolvable],
  name: typing.Union[str, IResolvable],
  type: typing.Union[str, IResolvable] = None,
  vpc_id: typing.Union[str, IResolvable] = None,
  vswitch_id: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
instance_id typing.Union[str, ros_cdk_core.IResolvable] Property instanceId: The ID of the acceleration instance.
name typing.Union[str, ros_cdk_core.IResolvable] Property name: The name of the Mount Target.
type typing.Union[str, ros_cdk_core.IResolvable] Property type: The network type of the Mount Target.
vpc_id typing.Union[str, ros_cdk_core.IResolvable] Property vpcId: The ID of the VPC.
vswitch_id typing.Union[str, ros_cdk_core.IResolvable] Property vswitchId: The ID of the vSwitch.

instance_idRequired

instance_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property instanceId: The ID of the acceleration instance.


nameRequired

name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property name: The name of the Mount Target.


typeOptional

type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property type: The network type of the Mount Target.


vpc_idOptional

vpc_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property vpcId: The ID of the VPC.


vswitch_idOptional

vswitch_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property vswitchId: The ID of the vSwitch.