Skip to content

JobSpecsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Paidlc;
new JobSpecsProperty {
    object EcsSpec,
    object Image,
    object PodCount,
    object Type,
    object UseSpotInstance,
    object ExtraPodSpec = null,
    object ImageConfig = null,
    object ResourceConfig = null
};

Properties

Name Type Description
EcsSpec object No description.
Image object No description.
PodCount object No description.
Type object No description.
UseSpotInstance object No description.
ExtraPodSpec object No description.
ImageConfig object No description.
ResourceConfig object No description.

EcsSpecRequired

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

ImageRequired

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

PodCountRequired

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

TypeRequired

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

UseSpotInstanceRequired

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

ExtraPodSpecOptional

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

ImageConfigOptional

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

ResourceConfigOptional

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