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.Firmware
AwsSourceVmDetails.Firmware. forNumber(int value)
AwsSourceVmDetails.Firmware
AwsSourceVmDetails.Builder. getFirmware()
The firmware type of the source VM.AwsSourceVmDetails.Firmware
AwsSourceVmDetails. getFirmware()
The firmware type of the source VM.AwsSourceVmDetails.Firmware
AwsSourceVmDetailsOrBuilder. getFirmware()
The firmware type of the source VM.static AwsSourceVmDetails.Firmware
AwsSourceVmDetails.Firmware. valueOf(int value)
Deprecated.static AwsSourceVmDetails.Firmware
AwsSourceVmDetails.Firmware. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AwsSourceVmDetails.Firmware
AwsSourceVmDetails.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.Builder
AwsSourceVmDetails.Builder. setFirmware(AwsSourceVmDetails.Firmware value)
The firmware type of the source VM.
-