BasicAcceleratorIpEndpointRelationProps
Properties for defining a BasicAcceleratorIpEndpointRelation
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicacceleratoripendpointrelation
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkga"
&alicloudroscdkga.BasicAcceleratorIpEndpointRelationProps {
AccelerateIpId: interface{},
AcceleratorId: interface{},
EndpointId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AccelerateIpId |
interface{} |
Property accelerateIpId: The ID of the accelerated IP address. |
AcceleratorId |
interface{} |
Property acceleratorId: The ID of the basic GA instance. |
EndpointId |
interface{} |
Property endpointId: The ID of the endpoint. |
AccelerateIpId
Required
AccelerateIpId interface{}
- Type: interface{}
Property accelerateIpId: The ID of the accelerated IP address.
AcceleratorId
Required
AcceleratorId interface{}
- Type: interface{}
Property acceleratorId: The ID of the basic GA instance.
EndpointId
Required
EndpointId interface{}
- Type: interface{}
Property endpointId: The ID of the endpoint.