BasicAcceleratorIpEndpointRelationProps
Properties for defining a BasicAcceleratorIpEndpointRelation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicacceleratoripendpointrelation
Initializer
import ros_cdk_ga
ros_cdk_ga.BasicAcceleratorIpEndpointRelationProps(
accelerate_ip_id: typing.Union[str, IResolvable],
accelerator_id: typing.Union[str, IResolvable],
endpoint_id: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
accelerate_ip_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property accelerateIpId: The ID of the accelerated IP address. |
accelerator_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property acceleratorId: The ID of the basic GA instance. |
endpoint_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property endpointId: The ID of the endpoint. |
accelerate_ip_id
Required
accelerate_ip_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property accelerateIpId: The ID of the accelerated IP address.
accelerator_id
Required
accelerator_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property acceleratorId: The ID of the basic GA instance.
endpoint_id
Required
endpoint_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property endpointId: The ID of the endpoint.