Uses of Class
com.google.cloud.vmmigration.v1.AwsSourceVmDetails.Firmware
-
Packages that use AwsSourceVmDetails.Firmware Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of AwsSourceVmDetails.Firmware in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return AwsSourceVmDetails.Firmware Modifier and Type Method Description static AwsSourceVmDetails.FirmwareAwsSourceVmDetails.Firmware. forNumber(int value)AwsSourceVmDetails.FirmwareAwsSourceVmDetails.Builder. getFirmware()The firmware type of the source VM.AwsSourceVmDetails.FirmwareAwsSourceVmDetails. getFirmware()The firmware type of the source VM.AwsSourceVmDetails.FirmwareAwsSourceVmDetailsOrBuilder. getFirmware()The firmware type of the source VM.static AwsSourceVmDetails.FirmwareAwsSourceVmDetails.Firmware. valueOf(int value)Deprecated.static AwsSourceVmDetails.FirmwareAwsSourceVmDetails.Firmware. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AwsSourceVmDetails.FirmwareAwsSourceVmDetails.Firmware. valueOf(String name)Returns the enum constant of this type with the specified name.static AwsSourceVmDetails.Firmware[]AwsSourceVmDetails.Firmware. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type AwsSourceVmDetails.Firmware Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AwsSourceVmDetails.Firmware>AwsSourceVmDetails.Firmware. internalGetValueMap()Methods in com.google.cloud.vmmigration.v1 with parameters of type AwsSourceVmDetails.Firmware Modifier and Type Method Description AwsSourceVmDetails.BuilderAwsSourceVmDetails.Builder. setFirmware(AwsSourceVmDetails.Firmware value)The firmware type of the source VM.
-