Package com.exoscale.sdk.model
Class InstanceTypeEntry
java.lang.Object
com.exoscale.sdk.model.InstanceTypeEntry
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class InstanceTypeEntry
extends Object
Instance type with authorization status
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthorized(Boolean authorized) booleanReturn true if this instance-type-entry object is equal to o.Whether this instance type is authorized based on server availabilityGPU family nameinthashCode()voidsetAuthorized(Boolean authorized) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_FAMILY
- See Also:
-
JSON_PROPERTY_AUTHORIZED
- See Also:
-
-
Constructor Details
-
InstanceTypeEntry
public InstanceTypeEntry()
-
-
Method Details
-
family
-
getFamily
GPU family name- Returns:
- family
-
setFamily
-
authorized
-
getAuthorized
Whether this instance type is authorized based on server availability- Returns:
- authorized
-
setAuthorized
-
equals
Return true if this instance-type-entry object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-