PortsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new PortsProperty {
object Port,
object Protocol
};
Properties
Name | Type | Description |
---|---|---|
Port |
object |
No description. |
Protocol |
object |
No description. |
Port
Required
public object Port { get; set; }
- Type: object
Protocol
Required
public object Protocol { get; set; }
- Type: object