Skip to content

RosBasicEndpointProps

Properties for defining a RosBasicEndpoint.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosBasicEndpointProps {
    object AcceleratorId,
    object EndpointAddress,
    object EndpointGroupId,
    object EndpointSubAddress = null,
    object EndpointSubAddressType = null,
    object EndpointType = null,
    object EndpointZoneId = null,
    object Name = null
};

Properties

Name Type Description
AcceleratorId object No description.
EndpointAddress object No description.
EndpointGroupId object No description.
EndpointSubAddress object No description.
EndpointSubAddressType object No description.
EndpointType object No description.
EndpointZoneId object No description.
Name object No description.

AcceleratorIdRequired

public object AcceleratorId { get; set; }
  • Type: object

EndpointAddressRequired

public object EndpointAddress { get; set; }
  • Type: object

EndpointGroupIdRequired

public object EndpointGroupId { get; set; }
  • Type: object

EndpointSubAddressOptional

public object EndpointSubAddress { get; set; }
  • Type: object

EndpointSubAddressTypeOptional

public object EndpointSubAddressType { get; set; }
  • Type: object

EndpointTypeOptional

public object EndpointType { get; set; }
  • Type: object

EndpointZoneIdOptional

public object EndpointZoneId { get; set; }
  • Type: object

NameOptional

public object Name { get; set; }
  • Type: object