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. |
Endpoint
Required
public object Endpoint { get; set; }
Type
Required
public object Type { get; set; }
Weight
Required
public object Weight { get; set; }
SubAddress
Optional
public object SubAddress { get; set; }