InitContainerPortProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Eci;
new InitContainerPortProperty {
object Port = null,
object Protocol = null
};
Properties
Name | Type | Description |
---|---|---|
Port |
object |
No description. |
Protocol |
object |
No description. |
Port
Optional
public object Port { get; set; }
- Type: object
Protocol
Optional
public object Protocol { get; set; }
- Type: object