Skip to content

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.

AccelerateIpIdRequired

AccelerateIpId interface{}
  • Type: interface{}

Property accelerateIpId: The ID of the accelerated IP address.


AcceleratorIdRequired

AcceleratorId interface{}
  • Type: interface{}

Property acceleratorId: The ID of the basic GA instance.


EndpointIdRequired

EndpointId interface{}
  • Type: interface{}

Property endpointId: The ID of the endpoint.