ServicesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new ServicesProperty {
object Name = null,
object Port = null,
object Protocol = null,
object ServiceId = null,
object Version = null,
object Weight = null
};
Properties
| Name | Type | Description |
Name | object | No description. |
Port | object | No description. |
Protocol | object | No description. |
ServiceId | object | No description. |
Version | object | No description. |
Weight | object | No description. |
NameOptional
public object Name { get; set; }
PortOptional
public object Port { get; set; }
ProtocolOptional
public object Protocol { get; set; }
ServiceIdOptional
public object ServiceId { get; set; }
VersionOptional
public object Version { get; set; }
WeightOptional
public object Weight { get; set; }