Class InstanceTypeListResponse.InstanceType
-
- All Implemented Interfaces:
public final class InstanceTypeListResponse.InstanceType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInstanceTypeListResponse.InstanceType.BuilderA builder for InstanceType.
public final classInstanceTypeListResponse.InstanceType.Specs
-
Method Summary
-
-
Method Detail
-
description
final Optional<String> description()
Instance description
-
pricePerHour
final Optional<String> pricePerHour()
Price per hour (e.g. '$1.20')
-
regionsAvailable
final Optional<List<String>> regionsAvailable()
Available regions
-
specs
final Optional<InstanceTypeListResponse.InstanceType.Specs> specs()
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_gpu
final JsonField<String> _gpu()
Returns the raw JSON value of gpu.
Unlike gpu, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_pricePerHour
final JsonField<String> _pricePerHour()
Returns the raw JSON value of pricePerHour.
Unlike pricePerHour, this method doesn't throw if the JSON field has an unexpected type.
-
_regionsAvailable
final JsonField<List<String>> _regionsAvailable()
Returns the raw JSON value of regionsAvailable.
Unlike regionsAvailable, this method doesn't throw if the JSON field has an unexpected type.
-
_specs
final JsonField<InstanceTypeListResponse.InstanceType.Specs> _specs()
Returns the raw JSON value of specs.
Unlike specs, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InstanceTypeListResponse.InstanceType.Builder toBuilder()
-
validate
final InstanceTypeListResponse.InstanceType validate()
-
builder
final static InstanceTypeListResponse.InstanceType.Builder builder()
Returns a mutable builder for constructing an instance of InstanceType.
-
-
-
-