ServiceConfigsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new ServiceConfigsProperty {
object ServiceId,
object Weight,
object Match = null,
object Port = null,
object Protocol = null,
object Version = null
};
Properties
Name |
Type |
Description |
ServiceId |
object |
No description. |
Weight |
object |
No description. |
Match |
object |
No description. |
Port |
object |
No description. |
Protocol |
object |
No description. |
Version |
object |
No description. |
ServiceId
Required
public object ServiceId { get; set; }
Weight
Required
public object Weight { get; set; }
Match
Optional
public object Match { get; set; }
Port
Optional
public object Port { get; set; }
Protocol
Optional
public object Protocol { get; set; }
Version
Optional
public object Version { get; set; }