public static enum PlatformDetails.VendorDetailsCase extends Enum<PlatformDetails.VendorDetailsCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AWS_EC2_DETAILS |
AZURE_VM_DETAILS |
GENERIC_DETAILS |
PHYSICAL_DETAILS |
VENDORDETAILS_NOT_SET |
VMWARE_DETAILS |
| Modifier and Type | Method and Description |
|---|---|
static PlatformDetails.VendorDetailsCase |
forNumber(int value) |
int |
getNumber() |
static PlatformDetails.VendorDetailsCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PlatformDetails.VendorDetailsCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformDetails.VendorDetailsCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformDetails.VendorDetailsCase VMWARE_DETAILS
public static final PlatformDetails.VendorDetailsCase AWS_EC2_DETAILS
public static final PlatformDetails.VendorDetailsCase AZURE_VM_DETAILS
public static final PlatformDetails.VendorDetailsCase GENERIC_DETAILS
public static final PlatformDetails.VendorDetailsCase PHYSICAL_DETAILS
public static final PlatformDetails.VendorDetailsCase VENDORDETAILS_NOT_SET
public static PlatformDetails.VendorDetailsCase[] values()
for (PlatformDetails.VendorDetailsCase c : PlatformDetails.VendorDetailsCase.values()) System.out.println(c);
public static PlatformDetails.VendorDetailsCase 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 null@Deprecated public static PlatformDetails.VendorDetailsCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static PlatformDetails.VendorDetailsCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.