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
ImageRequired
public object Image { get; set; }
AccelerationTypeOptional
public object AccelerationType { get; set; }
ArgsOptional
public object Args { get; set; }
CommandOptional
public object Command { get; set; }
InstanceIdOptional
public object InstanceId { get; set; }
WebServerModeOptional
public object WebServerMode { get; set; }