Package com.google.cloud.vmmigration.v1
Interface VmUtilizationInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VmUtilizationInfo
,VmUtilizationInfo.Builder
public interface VmUtilizationInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VmUtilizationMetrics
getUtilization()
Utilization metrics for this VM.VmUtilizationMetricsOrBuilder
getUtilizationOrBuilder()
Utilization metrics for this VM.VmUtilizationInfo.VmDetailsCase
getVmDetailsCase()
String
getVmId()
The VM's ID in the source.com.google.protobuf.ByteString
getVmIdBytes()
The VM's ID in the source.VmwareVmDetails
getVmwareVmDetails()
The description of the VM in a Source of type Vmware.VmwareVmDetailsOrBuilder
getVmwareVmDetailsOrBuilder()
The description of the VM in a Source of type Vmware.boolean
hasUtilization()
Utilization metrics for this VM.boolean
hasVmwareVmDetails()
The description of the VM in a Source of type Vmware.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasVmwareVmDetails
boolean hasVmwareVmDetails()
The description of the VM in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmDetails vmware_vm_details = 1;
- Returns:
- Whether the vmwareVmDetails field is set.
-
getVmwareVmDetails
VmwareVmDetails getVmwareVmDetails()
The description of the VM in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmDetails vmware_vm_details = 1;
- Returns:
- The vmwareVmDetails.
-
getVmwareVmDetailsOrBuilder
VmwareVmDetailsOrBuilder getVmwareVmDetailsOrBuilder()
The description of the VM in a Source of type Vmware.
.google.cloud.vmmigration.v1.VmwareVmDetails vmware_vm_details = 1;
-
getVmId
String getVmId()
The VM's ID in the source.
string vm_id = 3;
- Returns:
- The vmId.
-
getVmIdBytes
com.google.protobuf.ByteString getVmIdBytes()
The VM's ID in the source.
string vm_id = 3;
- Returns:
- The bytes for vmId.
-
hasUtilization
boolean hasUtilization()
Utilization metrics for this VM.
.google.cloud.vmmigration.v1.VmUtilizationMetrics utilization = 2;
- Returns:
- Whether the utilization field is set.
-
getUtilization
VmUtilizationMetrics getUtilization()
Utilization metrics for this VM.
.google.cloud.vmmigration.v1.VmUtilizationMetrics utilization = 2;
- Returns:
- The utilization.
-
getUtilizationOrBuilder
VmUtilizationMetricsOrBuilder getUtilizationOrBuilder()
Utilization metrics for this VM.
.google.cloud.vmmigration.v1.VmUtilizationMetrics utilization = 2;
-
getVmDetailsCase
VmUtilizationInfo.VmDetailsCase getVmDetailsCase()
-
-