Skip to content

EndpointConfigurationsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new EndpointConfigurationsProperty {
    object Endpoint,
    object Type,
    object Weight,
    object SubAddress = null
};

Properties

Name Type Description
Endpoint object No description.
Type object No description.
Weight object No description.
SubAddress object No description.

EndpointRequired

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

TypeRequired

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

WeightRequired

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

SubAddressOptional

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