Skip to content

RosBasicEndpointProps

Properties for defining a RosBasicEndpoint.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-basicendpoint

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkga"
&alicloudroscdkga.RosBasicEndpointProps {
    AcceleratorId: interface{},
    EndpointAddress: interface{},
    EndpointGroupId: interface{},
    EndpointSubAddress: interface{},
    EndpointSubAddressType: interface{},
    EndpointType: interface{},
    EndpointZoneId: interface{},
    Name: interface{},
}

Properties

Name Type Description
AcceleratorId interface{} No description.
EndpointAddress interface{} No description.
EndpointGroupId interface{} No description.
EndpointSubAddress interface{} No description.
EndpointSubAddressType interface{} No description.
EndpointType interface{} No description.
EndpointZoneId interface{} No description.
Name interface{} No description.

AcceleratorIdRequired

AcceleratorId interface{}
  • Type: interface{}

EndpointAddressRequired

EndpointAddress interface{}
  • Type: interface{}

EndpointGroupIdRequired

EndpointGroupId interface{}
  • Type: interface{}

EndpointSubAddressOptional

EndpointSubAddress interface{}
  • Type: interface{}

EndpointSubAddressTypeOptional

EndpointSubAddressType interface{}
  • Type: interface{}

EndpointTypeOptional

EndpointType interface{}
  • Type: interface{}

EndpointZoneIdOptional

EndpointZoneId interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}