- 1.52.0 (latest)
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.5
- 1.2.0
- 1.1.1
- 1.0.5
public interface ComputeEngineTargetDetailsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)
A map of labels to associate with the VM.
map<string, string> labels = 10;
Name | Description |
key | String |
Type | Description |
boolean |
containsMetadata(String key)
public abstract boolean containsMetadata(String key)
The metadata key/value pairs to assign to the VM.
map<string, string> metadata = 16;
Name | Description |
key | String |
Type | Description |
boolean |
getAppliedLicense()
public abstract AppliedLicense getAppliedLicense()
The OS license returned from the adaptation module report.
.google.cloud.vmmigration.v1.AppliedLicense applied_license = 12;
Type | Description |
AppliedLicense | The appliedLicense. |
getAppliedLicenseOrBuilder()
public abstract AppliedLicenseOrBuilder getAppliedLicenseOrBuilder()
The OS license returned from the adaptation module report.
.google.cloud.vmmigration.v1.AppliedLicense applied_license = 12;
Type | Description |
AppliedLicenseOrBuilder |
getBootOption()
public abstract ComputeEngineBootOption getBootOption()
The VM Boot Option, as set in the source vm.
.google.cloud.vmmigration.v1.ComputeEngineBootOption boot_option = 15;
Type | Description |
ComputeEngineBootOption | The bootOption. |
getBootOptionValue()
public abstract int getBootOptionValue()
The VM Boot Option, as set in the source vm.
.google.cloud.vmmigration.v1.ComputeEngineBootOption boot_option = 15;
Type | Description |
int | The enum numeric value on the wire for bootOption. |
getComputeScheduling()
public abstract ComputeScheduling getComputeScheduling()
Compute instance scheduling information (if empty default is used).
.google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;
Type | Description |
ComputeScheduling | The computeScheduling. |
getComputeSchedulingOrBuilder()
public abstract ComputeSchedulingOrBuilder getComputeSchedulingOrBuilder()
Compute instance scheduling information (if empty default is used).
.google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;
Type | Description |
ComputeSchedulingOrBuilder |
getDiskType()
public abstract ComputeEngineDiskType getDiskType()
The disk type to use in the VM.
.google.cloud.vmmigration.v1.ComputeEngineDiskType disk_type = 9;
Type | Description |
ComputeEngineDiskType | The diskType. |
getDiskTypeValue()
public abstract int getDiskTypeValue()
The disk type to use in the VM.
.google.cloud.vmmigration.v1.ComputeEngineDiskType disk_type = 9;
Type | Description |
int | The enum numeric value on the wire for diskType. |
getLabels()
public abstract Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()
A map of labels to associate with the VM.
map<string, string> labels = 10;
Type | Description |
int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()
A map of labels to associate with the VM.
map<string, string> labels = 10;
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)
A map of labels to associate with the VM.
map<string, string> labels = 10;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)
A map of labels to associate with the VM.
map<string, string> labels = 10;
Name | Description |
key | String |
Type | Description |
String |
getLicenseType()
public abstract ComputeEngineLicenseType getLicenseType()
The license type to use in OS adaptation.
.google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 11;
Type | Description |
ComputeEngineLicenseType | The licenseType. |
getLicenseTypeValue()
public abstract int getLicenseTypeValue()
The license type to use in OS adaptation.
.google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 11;
Type | Description |
int | The enum numeric value on the wire for licenseType. |
getMachineType()
public abstract String getMachineType()
The machine type to create the VM with.
string machine_type = 5;
Type | Description |
String | The machineType. |
getMachineTypeBytes()
public abstract ByteString getMachineTypeBytes()
The machine type to create the VM with.
string machine_type = 5;
Type | Description |
ByteString | The bytes for machineType. |
getMachineTypeSeries()
public abstract String getMachineTypeSeries()
The machine type series to create the VM with.
string machine_type_series = 4;
Type | Description |
String | The machineTypeSeries. |
getMachineTypeSeriesBytes()
public abstract ByteString getMachineTypeSeriesBytes()
The machine type series to create the VM with.
string machine_type_series = 4;
Type | Description |
ByteString | The bytes for machineTypeSeries. |
getMetadata()
public abstract Map<String,String> getMetadata()
Use #getMetadataMap() instead.
Type | Description |
Map<String,String> |
getMetadataCount()
public abstract int getMetadataCount()
The metadata key/value pairs to assign to the VM.
map<string, string> metadata = 16;
Type | Description |
int |
getMetadataMap()
public abstract Map<String,String> getMetadataMap()
The metadata key/value pairs to assign to the VM.
map<string, string> metadata = 16;
Type | Description |
Map<String,String> |
getMetadataOrDefault(String key, String defaultValue)
public abstract String getMetadataOrDefault(String key, String defaultValue)
The metadata key/value pairs to assign to the VM.
map<string, string> metadata = 16;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getMetadataOrThrow(String key)
public abstract String getMetadataOrThrow(String key)
The metadata key/value pairs to assign to the VM.
map<string, string> metadata = 16;
Name | Description |
key | String |
Type | Description |
String |
getNetworkInterfaces(int index)
public abstract NetworkInterface getNetworkInterfaces(int index)
List of NICs connected to this VM.
repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;
Name | Description |
index | int |
Type | Description |
NetworkInterface |
getNetworkInterfacesCount()
public abstract int getNetworkInterfacesCount()
List of NICs connected to this VM.
repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;
Type | Description |
int |
getNetworkInterfacesList()
public abstract List<NetworkInterface> getNetworkInterfacesList()
List of NICs connected to this VM.
repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;
Type | Description |
List<NetworkInterface> |
getNetworkInterfacesOrBuilder(int index)
public abstract NetworkInterfaceOrBuilder getNetworkInterfacesOrBuilder(int index)
List of NICs connected to this VM.
repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;
Name | Description |
index | int |
Type | Description |
NetworkInterfaceOrBuilder |
getNetworkInterfacesOrBuilderList()
public abstract List<? extends NetworkInterfaceOrBuilder> getNetworkInterfacesOrBuilderList()
List of NICs connected to this VM.
repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;
Type | Description |
List<? extends com.google.cloud.vmmigration.v1.NetworkInterfaceOrBuilder> |
getNetworkTags(int index)
public abstract String getNetworkTags(int index)
A map of network tags to associate with the VM.
repeated string network_tags = 6;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The networkTags at the given index. |
getNetworkTagsBytes(int index)
public abstract ByteString getNetworkTagsBytes(int index)
A map of network tags to associate with the VM.
repeated string network_tags = 6;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the networkTags at the given index. |
getNetworkTagsCount()
public abstract int getNetworkTagsCount()
A map of network tags to associate with the VM.
repeated string network_tags = 6;
Type | Description |
int | The count of networkTags. |
getNetworkTagsList()
public abstract List<String> getNetworkTagsList()
A map of network tags to associate with the VM.
repeated string network_tags = 6;
Type | Description |
List<String> | A list containing the networkTags. |
getProject()
public abstract String getProject()
The GCP target project ID or project name.
string project = 2;
Type | Description |
String | The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()
The GCP target project ID or project name.
string project = 2;
Type | Description |
ByteString | The bytes for project. |
getSecureBoot()
public abstract boolean getSecureBoot()
Defines whether the instance has Secure Boot enabled. This can be set to true only if the vm boot option is EFI.
bool secure_boot = 14;
Type | Description |
boolean | The secureBoot. |
getServiceAccount()
public abstract String getServiceAccount()
The service account to associate the VM with.
string service_account = 8;
Type | Description |
String | The serviceAccount. |
getServiceAccountBytes()
public abstract ByteString getServiceAccountBytes()
The service account to associate the VM with.
string service_account = 8;
Type | Description |
ByteString | The bytes for serviceAccount. |
getVmName()
public abstract String getVmName()
The name of the VM to create.
string vm_name = 1;
Type | Description |
String | The vmName. |
getVmNameBytes()
public abstract ByteString getVmNameBytes()
The name of the VM to create.
string vm_name = 1;
Type | Description |
ByteString | The bytes for vmName. |
getZone()
public abstract String getZone()
The zone in which to create the VM.
string zone = 3;
Type | Description |
String | The zone. |
getZoneBytes()
public abstract ByteString getZoneBytes()
The zone in which to create the VM.
string zone = 3;
Type | Description |
ByteString | The bytes for zone. |
hasAppliedLicense()
public abstract boolean hasAppliedLicense()
The OS license returned from the adaptation module report.
.google.cloud.vmmigration.v1.AppliedLicense applied_license = 12;
Type | Description |
boolean | Whether the appliedLicense field is set. |
hasComputeScheduling()
public abstract boolean hasComputeScheduling()
Compute instance scheduling information (if empty default is used).
.google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;
Type | Description |
boolean | Whether the computeScheduling field is set. |