Skip to content

CustomRuntimeConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc3;
new CustomRuntimeConfigProperty {
    object Args = null,
    object Command = null,
    object HealthCheckConfig = null,
    object Port = null
};

Properties

Name Type Description
Args object No description.
Command object No description.
HealthCheckConfig object No description.
Port object No description.

ArgsOptional

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

CommandOptional

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

HealthCheckConfigOptional

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

PortOptional

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