public static enum CreateEndpointDetails.ComputeType extends Enum<CreateEndpointDetails.ComputeType> implements BmcEnum
Compute infra type for endpoint.
Modifier and Type | Method and Description |
---|---|
static CreateEndpointDetails.ComputeType |
create(String key) |
String |
getValue() |
static CreateEndpointDetails.ComputeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateEndpointDetails.ComputeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateEndpointDetails.ComputeType Cpu
public static final CreateEndpointDetails.ComputeType Gpu
public static CreateEndpointDetails.ComputeType[] values()
for (CreateEndpointDetails.ComputeType c : CreateEndpointDetails.ComputeType.values()) System.out.println(c);
public static CreateEndpointDetails.ComputeType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static CreateEndpointDetails.ComputeType create(String key)
Copyright © 2016–2025. All rights reserved.