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. |
ServiceIdRequired
public object ServiceId { get; set; }
WeightRequired
public object Weight { get; set; }
MatchOptional
public object Match { get; set; }
PortOptional
public object Port { get; set; }
ProtocolOptional
public object Protocol { get; set; }
VersionOptional
public object Version { get; set; }