public interface MachineDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MachineArchitectureDetails |
getArchitecture()
Architecture details (vendor, CPU architecture).
|
MachineArchitectureDetailsOrBuilder |
getArchitectureOrBuilder()
Architecture details (vendor, CPU architecture).
|
int |
getCoreCount()
Number of CPU cores in the machine.
|
com.google.protobuf.Timestamp |
getCreateTime()
Machine creation time.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Machine creation time.
|
MachineDiskDetails |
getDisks()
Disk details.
|
MachineDiskDetailsOrBuilder |
getDisksOrBuilder()
Disk details.
|
GuestOsDetails |
getGuestOs()
Guest OS information.
|
GuestOsDetailsOrBuilder |
getGuestOsOrBuilder()
Guest OS information.
|
String |
getMachineName()
Machine name.
|
com.google.protobuf.ByteString |
getMachineNameBytes()
Machine name.
|
int |
getMemoryMb()
The amount of memory in the machine.
|
MachineNetworkDetails |
getNetwork()
Network details.
|
MachineNetworkDetailsOrBuilder |
getNetworkOrBuilder()
Network details.
|
PlatformDetails |
getPlatform()
Platform specific information.
|
PlatformDetailsOrBuilder |
getPlatformOrBuilder()
Platform specific information.
|
MachineDetails.PowerState |
getPowerState()
Power state of the machine.
|
int |
getPowerStateValue()
Power state of the machine.
|
String |
getUuid()
Machine unique identifier.
|
com.google.protobuf.ByteString |
getUuidBytes()
Machine unique identifier.
|
boolean |
hasArchitecture()
Architecture details (vendor, CPU architecture).
|
boolean |
hasCreateTime()
Machine creation time.
|
boolean |
hasDisks()
Disk details.
|
boolean |
hasGuestOs()
Guest OS information.
|
boolean |
hasNetwork()
Network details.
|
boolean |
hasPlatform()
Platform specific information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUuid()
Machine unique identifier.
string uuid = 1;com.google.protobuf.ByteString getUuidBytes()
Machine unique identifier.
string uuid = 1;String getMachineName()
Machine name.
string machine_name = 2;com.google.protobuf.ByteString getMachineNameBytes()
Machine name.
string machine_name = 2;boolean hasCreateTime()
Machine creation time.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.Timestamp getCreateTime()
Machine creation time.
.google.protobuf.Timestamp create_time = 3;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Machine creation time.
.google.protobuf.Timestamp create_time = 3;int getCoreCount()
Number of CPU cores in the machine. Must be non-negative.
int32 core_count = 4;int getMemoryMb()
The amount of memory in the machine. Must be non-negative.
int32 memory_mb = 5;int getPowerStateValue()
Power state of the machine.
.google.cloud.migrationcenter.v1.MachineDetails.PowerState power_state = 6;MachineDetails.PowerState getPowerState()
Power state of the machine.
.google.cloud.migrationcenter.v1.MachineDetails.PowerState power_state = 6;boolean hasArchitecture()
Architecture details (vendor, CPU architecture).
.google.cloud.migrationcenter.v1.MachineArchitectureDetails architecture = 7;MachineArchitectureDetails getArchitecture()
Architecture details (vendor, CPU architecture).
.google.cloud.migrationcenter.v1.MachineArchitectureDetails architecture = 7;MachineArchitectureDetailsOrBuilder getArchitectureOrBuilder()
Architecture details (vendor, CPU architecture).
.google.cloud.migrationcenter.v1.MachineArchitectureDetails architecture = 7;boolean hasGuestOs()
Guest OS information.
.google.cloud.migrationcenter.v1.GuestOsDetails guest_os = 8;GuestOsDetails getGuestOs()
Guest OS information.
.google.cloud.migrationcenter.v1.GuestOsDetails guest_os = 8;GuestOsDetailsOrBuilder getGuestOsOrBuilder()
Guest OS information.
.google.cloud.migrationcenter.v1.GuestOsDetails guest_os = 8;boolean hasNetwork()
Network details.
.google.cloud.migrationcenter.v1.MachineNetworkDetails network = 9;MachineNetworkDetails getNetwork()
Network details.
.google.cloud.migrationcenter.v1.MachineNetworkDetails network = 9;MachineNetworkDetailsOrBuilder getNetworkOrBuilder()
Network details.
.google.cloud.migrationcenter.v1.MachineNetworkDetails network = 9;boolean hasDisks()
Disk details.
.google.cloud.migrationcenter.v1.MachineDiskDetails disks = 10;MachineDiskDetails getDisks()
Disk details.
.google.cloud.migrationcenter.v1.MachineDiskDetails disks = 10;MachineDiskDetailsOrBuilder getDisksOrBuilder()
Disk details.
.google.cloud.migrationcenter.v1.MachineDiskDetails disks = 10;boolean hasPlatform()
Platform specific information.
.google.cloud.migrationcenter.v1.PlatformDetails platform = 11;PlatformDetails getPlatform()
Platform specific information.
.google.cloud.migrationcenter.v1.PlatformDetails platform = 11;PlatformDetailsOrBuilder getPlatformOrBuilder()
Platform specific information.
.google.cloud.migrationcenter.v1.PlatformDetails platform = 11;Copyright © 2024 Google LLC. All rights reserved.