Skip to content

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.

PortOptional

public object Port { get; set; }
  • Type: object

ProtocolOptional

public object Protocol { get; set; }
  • Type: object