ReadinessTcpSocketProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Edas;
new ReadinessTcpSocketProperty {
object Host = null,
object Port = null
};
Properties
| Name | Type | Description |
|---|---|---|
Host |
object |
No description. |
Port |
object |
No description. |
HostOptional
public object Host { get; set; }
- Type: object
PortOptional
public object Port { get; set; }
- Type: object