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. |
Name
Optional
public object Name { get; set; }
Port
Optional
public object Port { get; set; }
Protocol
Optional
public object Protocol { get; set; }
ServiceId
Optional
public object ServiceId { get; set; }
Version
Optional
public object Version { get; set; }
Weight
Optional
public object Weight { get; set; }