Skip to content

CustomContainerConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc;
new CustomContainerConfigProperty {
    object Image,
    object AccelerationType = null,
    object Args = null,
    object Command = null,
    object InstanceId = null,
    object WebServerMode = null
};

Properties

Name Type Description
Image object No description.
AccelerationType object No description.
Args object No description.
Command object No description.
InstanceId object No description.
WebServerMode object No description.

ImageRequired

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

AccelerationTypeOptional

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

ArgsOptional

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

CommandOptional

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

InstanceIdOptional

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

WebServerModeOptional

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