FleetProperties interface
Details of the Compute Fleet.
Properties
| additional |
Represents the configuration for additional locations where Fleet resources may be deployed. |
| capacity |
Specifies capacity type for Fleet Regular and Spot priority profiles. capacityType is an immutable property. Once set during Fleet creation, it cannot be updated. Specifying different capacity type for Fleet Regular and Spot priority profiles is not allowed. |
| compute |
Compute Profile to use for running user's workloads. |
| mode | Mode of the Fleet. |
| provisioning |
The status of the last operation. |
| regular |
Configuration Options for Regular instances in Compute Fleet. |
| spot |
Configuration Options for Spot instances in Compute Fleet. |
| time |
Specifies the time at which the Compute Fleet is created. |
| unique |
Specifies the ID which uniquely identifies a Compute Fleet. |
| vm |
Attribute based Fleet. |
| vm |
List of VM sizes supported for Compute Fleet |
| zone |
Zone Allocation Policy for Fleet. |
Property Details
additionalLocationsProfile
Represents the configuration for additional locations where Fleet resources may be deployed.
additionalLocationsProfile?: AdditionalLocationsProfile
Property Value
capacityType
Specifies capacity type for Fleet Regular and Spot priority profiles. capacityType is an immutable property. Once set during Fleet creation, it cannot be updated. Specifying different capacity type for Fleet Regular and Spot priority profiles is not allowed.
capacityType?: string
Property Value
string
computeProfile
Compute Profile to use for running user's workloads.
computeProfile: ComputeProfile
Property Value
mode
Mode of the Fleet.
mode?: string
Property Value
string
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
regularPriorityProfile
Configuration Options for Regular instances in Compute Fleet.
regularPriorityProfile?: RegularPriorityProfile
Property Value
spotPriorityProfile
Configuration Options for Spot instances in Compute Fleet.
spotPriorityProfile?: SpotPriorityProfile
Property Value
timeCreated
Specifies the time at which the Compute Fleet is created.
timeCreated?: Date
Property Value
Date
uniqueId
Specifies the ID which uniquely identifies a Compute Fleet.
uniqueId?: string
Property Value
string
vmAttributes
vmSizesProfile
List of VM sizes supported for Compute Fleet
vmSizesProfile: VmSizeProfile[]
Property Value
zoneAllocationPolicy
Zone Allocation Policy for Fleet.
zoneAllocationPolicy?: ZoneAllocationPolicy