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; }
TypeRequired
public object Type { get; set; }
WeightRequired
public object Weight { get; set; }
SubAddressOptional
public object SubAddress { get; set; }