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. |
EcsSpec
Required
public object EcsSpec { get; set; }
- Type: object
Image
Required
public object Image { get; set; }
- Type: object
PodCount
Required
public object PodCount { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object
UseSpotInstance
Required
public object UseSpotInstance { get; set; }
- Type: object
ExtraPodSpec
Optional
public object ExtraPodSpec { get; set; }
- Type: object
ImageConfig
Optional
public object ImageConfig { get; set; }
- Type: object
ResourceConfig
Optional
public object ResourceConfig { get; set; }
- Type: object