public final class MigratingVm extends GeneratedMessageV3 implements MigratingVmOrBuilder
MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
Protobuf type google.events.cloud.vmmigration.v1.MigratingVm
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MigratingVmImplements
MigratingVmOrBuilderStatic Fields
AWS_SOURCE_VM_DETAILS_FIELD_NUMBER
public static final int AWS_SOURCE_VM_DETAILS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
COMPUTE_ENGINE_TARGET_DEFAULTS_FIELD_NUMBER
public static final int COMPUTE_ENGINE_TARGET_DEFAULTS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
CURRENT_SYNC_INFO_FIELD_NUMBER
public static final int CURRENT_SYNC_INFO_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
CUTOVER_FORECAST_FIELD_NUMBER
public static final int CUTOVER_FORECAST_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
GROUP_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LAST_REPLICATION_CYCLE_FIELD_NUMBER
public static final int LAST_REPLICATION_CYCLE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LAST_SYNC_FIELD_NUMBER
public static final int LAST_SYNC_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
POLICY_FIELD_NUMBER
public static final int POLICY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
RECENT_CLONE_JOBS_FIELD_NUMBER
public static final int RECENT_CLONE_JOBS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
RECENT_CUTOVER_JOBS_FIELD_NUMBER
public static final int RECENT_CUTOVER_JOBS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
SOURCE_VM_ID_FIELD_NUMBER
public static final int SOURCE_VM_ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
STATE_TIME_FIELD_NUMBER
public static final int STATE_TIME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static MigratingVm getDefaultInstance()
Returns | |
---|---|
Type | Description |
MigratingVm |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static MigratingVm.Builder newBuilder()
Returns | |
---|---|
Type | Description |
MigratingVm.Builder |
newBuilder(MigratingVm prototype)
public static MigratingVm.Builder newBuilder(MigratingVm prototype)
Parameter | |
---|---|
Name | Description |
prototype |
MigratingVm |
Returns | |
---|---|
Type | Description |
MigratingVm.Builder |
parseDelimitedFrom(InputStream input)
public static MigratingVm parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
MigratingVm |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MigratingVm parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MigratingVm |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static MigratingVm parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
MigratingVm |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MigratingVm parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MigratingVm |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static MigratingVm parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
MigratingVm |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MigratingVm parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MigratingVm |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static MigratingVm parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
MigratingVm |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MigratingVm parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MigratingVm |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static MigratingVm parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
MigratingVm |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MigratingVm parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MigratingVm |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static MigratingVm parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
MigratingVm |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MigratingVm parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MigratingVm |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<MigratingVm> parser()
Returns | |
---|---|
Type | Description |
Parser<MigratingVm> |
Methods
containsLabels(String key)
public boolean containsLabels(String key)
The labels of the migrating VM.
map<string, string> labels = 16;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getAwsSourceVmDetails()
public AwsSourceVmDetails getAwsSourceVmDetails()
Output only. Details of the VM from an AWS source.
.google.events.cloud.vmmigration.v1.AwsSourceVmDetails aws_source_vm_details = 29;
Returns | |
---|---|
Type | Description |
AwsSourceVmDetails |
The awsSourceVmDetails. |
getAwsSourceVmDetailsOrBuilder()
public AwsSourceVmDetailsOrBuilder getAwsSourceVmDetailsOrBuilder()
Output only. Details of the VM from an AWS source.
.google.events.cloud.vmmigration.v1.AwsSourceVmDetails aws_source_vm_details = 29;
Returns | |
---|---|
Type | Description |
AwsSourceVmDetailsOrBuilder |
getComputeEngineTargetDefaults()
public ComputeEngineTargetDefaults getComputeEngineTargetDefaults()
Details of the target VM in Compute Engine.
.google.events.cloud.vmmigration.v1.ComputeEngineTargetDefaults compute_engine_target_defaults = 26;
Returns | |
---|---|
Type | Description |
ComputeEngineTargetDefaults |
The computeEngineTargetDefaults. |
getComputeEngineTargetDefaultsOrBuilder()
public ComputeEngineTargetDefaultsOrBuilder getComputeEngineTargetDefaultsOrBuilder()
Details of the target VM in Compute Engine.
.google.events.cloud.vmmigration.v1.ComputeEngineTargetDefaults compute_engine_target_defaults = 26;
Returns | |
---|---|
Type | Description |
ComputeEngineTargetDefaultsOrBuilder |
getCreateTime()
public Timestamp getCreateTime()
Output only. The time the migrating VM was created (this refers to this resource and not to the time it was installed in the source).
.google.protobuf.Timestamp create_time = 9;
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time the migrating VM was created (this refers to this resource and not to the time it was installed in the source).
.google.protobuf.Timestamp create_time = 9;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getCurrentSyncInfo()
public ReplicationCycle getCurrentSyncInfo()
Output only. Details of the current running replication cycle.
.google.events.cloud.vmmigration.v1.ReplicationCycle current_sync_info = 13;
Returns | |
---|---|
Type | Description |
ReplicationCycle |
The currentSyncInfo. |
getCurrentSyncInfoOrBuilder()
public ReplicationCycleOrBuilder getCurrentSyncInfoOrBuilder()
Output only. Details of the current running replication cycle.
.google.events.cloud.vmmigration.v1.ReplicationCycle current_sync_info = 13;
Returns | |
---|---|
Type | Description |
ReplicationCycleOrBuilder |
getCutoverForecast()
public CutoverForecast getCutoverForecast()
Output only. Provides details of future CutoverJobs of a MigratingVm. Set to empty when cutover forecast is unavailable.
.google.events.cloud.vmmigration.v1.CutoverForecast cutover_forecast = 33;
Returns | |
---|---|
Type | Description |
CutoverForecast |
The cutoverForecast. |
getCutoverForecastOrBuilder()
public CutoverForecastOrBuilder getCutoverForecastOrBuilder()
Output only. Provides details of future CutoverJobs of a MigratingVm. Set to empty when cutover forecast is unavailable.
.google.events.cloud.vmmigration.v1.CutoverForecast cutover_forecast = 33;
Returns | |
---|---|
Type | Description |
CutoverForecastOrBuilder |
getDefaultInstanceForType()
public MigratingVm getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
MigratingVm |
getDescription()
public String getDescription()
The description attached to the migrating VM by the user.
string description = 3;
Returns | |
---|---|
Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
The description attached to the migrating VM by the user.
string description = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for description. |
getDisplayName()
public String getDisplayName()
The display name attached to the MigratingVm by the user.
string display_name = 18;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
The display name attached to the MigratingVm by the user.
string display_name = 18;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getError()
public Status getError()
Output only. Provides details on the state of the Migrating VM in case of an error in replication.
.google.rpc.Status error = 19;
Returns | |
---|---|
Type | Description |
com.google.rpc.Status |
The error. |
getErrorOrBuilder()
public StatusOrBuilder getErrorOrBuilder()
Output only. Provides details on the state of the Migrating VM in case of an error in replication.
.google.rpc.Status error = 19;
Returns | |
---|---|
Type | Description |
com.google.rpc.StatusOrBuilder |
getGroup()
public String getGroup()
Output only. The group this migrating vm is included in, if any. The group is represented by the full path of the appropriate Group resource.
string group = 15;
Returns | |
---|---|
Type | Description |
String |
The group. |
getGroupBytes()
public ByteString getGroupBytes()
Output only. The group this migrating vm is included in, if any. The group is represented by the full path of the appropriate Group resource.
string group = 15;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for group. |
getLabels()
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
The labels of the migrating VM.
map<string, string> labels = 16;
Returns | |
---|---|
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
The labels of the migrating VM.
map<string, string> labels = 16;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
The labels of the migrating VM.
map<string, string> labels = 16;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
The labels of the migrating VM.
map<string, string> labels = 16;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |
getLastReplicationCycle()
public ReplicationCycle getLastReplicationCycle()
Output only. Details of the last replication cycle. This will be updated whenever a replication cycle is finished and is not to be confused with last_sync which is only updated on successful replication cycles.
.google.events.cloud.vmmigration.v1.ReplicationCycle last_replication_cycle = 32;
Returns | |
---|---|
Type | Description |
ReplicationCycle |
The lastReplicationCycle. |
getLastReplicationCycleOrBuilder()
public ReplicationCycleOrBuilder getLastReplicationCycleOrBuilder()
Output only. Details of the last replication cycle. This will be updated whenever a replication cycle is finished and is not to be confused with last_sync which is only updated on successful replication cycles.
.google.events.cloud.vmmigration.v1.ReplicationCycle last_replication_cycle = 32;
Returns | |
---|---|
Type | Description |
ReplicationCycleOrBuilder |
getLastSync()
public ReplicationSync getLastSync()
Output only. The most updated snapshot created time in the source that finished replication.
.google.events.cloud.vmmigration.v1.ReplicationSync last_sync = 11;
Returns | |
---|---|
Type | Description |
ReplicationSync |
The lastSync. |
getLastSyncOrBuilder()
public ReplicationSyncOrBuilder getLastSyncOrBuilder()
Output only. The most updated snapshot created time in the source that finished replication.
.google.events.cloud.vmmigration.v1.ReplicationSync last_sync = 11;
Returns | |
---|---|
Type | Description |
ReplicationSyncOrBuilder |
getName()
public String getName()
Output only. The identifier of the MigratingVm.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Output only. The identifier of the MigratingVm.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getParserForType()
public Parser<MigratingVm> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<MigratingVm> |
getPolicy()
public SchedulePolicy getPolicy()
The replication schedule policy.
.google.events.cloud.vmmigration.v1.SchedulePolicy policy = 8;
Returns | |
---|---|
Type | Description |
SchedulePolicy |
The policy. |
getPolicyOrBuilder()
public SchedulePolicyOrBuilder getPolicyOrBuilder()
The replication schedule policy.
.google.events.cloud.vmmigration.v1.SchedulePolicy policy = 8;
Returns | |
---|---|
Type | Description |
SchedulePolicyOrBuilder |
getRecentCloneJobs(int index)
public CloneJob getRecentCloneJobs(int index)
Output only. The recent clone jobs performed on the migrating VM. This field holds the vm's last completed clone job and the vm's running clone job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
repeated .google.events.cloud.vmmigration.v1.CloneJob recent_clone_jobs = 17;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CloneJob |
getRecentCloneJobsCount()
public int getRecentCloneJobsCount()
Output only. The recent clone jobs performed on the migrating VM. This field holds the vm's last completed clone job and the vm's running clone job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
repeated .google.events.cloud.vmmigration.v1.CloneJob recent_clone_jobs = 17;
Returns | |
---|---|
Type | Description |
int |
getRecentCloneJobsList()
public List<CloneJob> getRecentCloneJobsList()
Output only. The recent clone jobs performed on the migrating VM. This field holds the vm's last completed clone job and the vm's running clone job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
repeated .google.events.cloud.vmmigration.v1.CloneJob recent_clone_jobs = 17;
Returns | |
---|---|
Type | Description |
List<CloneJob> |
getRecentCloneJobsOrBuilder(int index)
public CloneJobOrBuilder getRecentCloneJobsOrBuilder(int index)
Output only. The recent clone jobs performed on the migrating VM. This field holds the vm's last completed clone job and the vm's running clone job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
repeated .google.events.cloud.vmmigration.v1.CloneJob recent_clone_jobs = 17;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CloneJobOrBuilder |
getRecentCloneJobsOrBuilderList()
public List<? extends CloneJobOrBuilder> getRecentCloneJobsOrBuilderList()
Output only. The recent clone jobs performed on the migrating VM. This field holds the vm's last completed clone job and the vm's running clone job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
repeated .google.events.cloud.vmmigration.v1.CloneJob recent_clone_jobs = 17;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.cloud.vmmigration.v1.CloneJobOrBuilder> |
getRecentCutoverJobs(int index)
public CutoverJob getRecentCutoverJobs(int index)
Output only. The recent cutover jobs performed on the migrating VM. This field holds the vm's last completed cutover job and the vm's running cutover job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
repeated .google.events.cloud.vmmigration.v1.CutoverJob recent_cutover_jobs = 20;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CutoverJob |
getRecentCutoverJobsCount()
public int getRecentCutoverJobsCount()
Output only. The recent cutover jobs performed on the migrating VM. This field holds the vm's last completed cutover job and the vm's running cutover job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
repeated .google.events.cloud.vmmigration.v1.CutoverJob recent_cutover_jobs = 20;
Returns | |
---|---|
Type | Description |
int |
getRecentCutoverJobsList()
public List<CutoverJob> getRecentCutoverJobsList()
Output only. The recent cutover jobs performed on the migrating VM. This field holds the vm's last completed cutover job and the vm's running cutover job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
repeated .google.events.cloud.vmmigration.v1.CutoverJob recent_cutover_jobs = 20;
Returns | |
---|---|
Type | Description |
List<CutoverJob> |
getRecentCutoverJobsOrBuilder(int index)
public CutoverJobOrBuilder getRecentCutoverJobsOrBuilder(int index)
Output only. The recent cutover jobs performed on the migrating VM. This field holds the vm's last completed cutover job and the vm's running cutover job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
repeated .google.events.cloud.vmmigration.v1.CutoverJob recent_cutover_jobs = 20;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
CutoverJobOrBuilder |
getRecentCutoverJobsOrBuilderList()
public List<? extends CutoverJobOrBuilder> getRecentCutoverJobsOrBuilderList()
Output only. The recent cutover jobs performed on the migrating VM. This field holds the vm's last completed cutover job and the vm's running cutover job, if one exists. Note: To have this field populated you need to explicitly request it via the "view" parameter of the Get/List request.
repeated .google.events.cloud.vmmigration.v1.CutoverJob recent_cutover_jobs = 20;
Returns | |
---|---|
Type | Description |
List<? extends com.google.events.cloud.vmmigration.v1.CutoverJobOrBuilder> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getSourceVmDetailsCase()
public MigratingVm.SourceVmDetailsCase getSourceVmDetailsCase()
Returns | |
---|---|
Type | Description |
MigratingVm.SourceVmDetailsCase |
getSourceVmId()
public String getSourceVmId()
The unique ID of the VM in the source. The VM's name in vSphere can be changed, so this is not the VM's name but rather its moRef id. This id is of the form vm-<num>.
string source_vm_id = 2;
Returns | |
---|---|
Type | Description |
String |
The sourceVmId. |
getSourceVmIdBytes()
public ByteString getSourceVmIdBytes()
The unique ID of the VM in the source. The VM's name in vSphere can be changed, so this is not the VM's name but rather its moRef id. This id is of the form vm-<num>.
string source_vm_id = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for sourceVmId. |
getState()
public MigratingVm.State getState()
Output only. State of the MigratingVm.
.google.events.cloud.vmmigration.v1.MigratingVm.State state = 23;
Returns | |
---|---|
Type | Description |
MigratingVm.State |
The state. |
getStateTime()
public Timestamp getStateTime()
Output only. The last time the migrating VM state was updated.
.google.protobuf.Timestamp state_time = 22;
Returns | |
---|---|
Type | Description |
Timestamp |
The stateTime. |
getStateTimeOrBuilder()
public TimestampOrBuilder getStateTimeOrBuilder()
Output only. The last time the migrating VM state was updated.
.google.protobuf.Timestamp state_time = 22;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getStateValue()
public int getStateValue()
Output only. State of the MigratingVm.
.google.events.cloud.vmmigration.v1.MigratingVm.State state = 23;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for state. |
getTargetVmDefaultsCase()
public MigratingVm.TargetVmDefaultsCase getTargetVmDefaultsCase()
Returns | |
---|---|
Type | Description |
MigratingVm.TargetVmDefaultsCase |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The last time the migrating VM resource was updated.
.google.protobuf.Timestamp update_time = 10;
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last time the migrating VM resource was updated.
.google.protobuf.Timestamp update_time = 10;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasAwsSourceVmDetails()
public boolean hasAwsSourceVmDetails()
Output only. Details of the VM from an AWS source.
.google.events.cloud.vmmigration.v1.AwsSourceVmDetails aws_source_vm_details = 29;
Returns | |
---|---|
Type | Description |
boolean |
Whether the awsSourceVmDetails field is set. |
hasComputeEngineTargetDefaults()
public boolean hasComputeEngineTargetDefaults()
Details of the target VM in Compute Engine.
.google.events.cloud.vmmigration.v1.ComputeEngineTargetDefaults compute_engine_target_defaults = 26;
Returns | |
---|---|
Type | Description |
boolean |
Whether the computeEngineTargetDefaults field is set. |
hasCreateTime()
public boolean hasCreateTime()
Output only. The time the migrating VM was created (this refers to this resource and not to the time it was installed in the source).
.google.protobuf.Timestamp create_time = 9;
Returns | |
---|---|
Type | Description |
boolean |
Whether the createTime field is set. |
hasCurrentSyncInfo()
public boolean hasCurrentSyncInfo()
Output only. Details of the current running replication cycle.
.google.events.cloud.vmmigration.v1.ReplicationCycle current_sync_info = 13;
Returns | |
---|---|
Type | Description |
boolean |
Whether the currentSyncInfo field is set. |
hasCutoverForecast()
public boolean hasCutoverForecast()
Output only. Provides details of future CutoverJobs of a MigratingVm. Set to empty when cutover forecast is unavailable.
.google.events.cloud.vmmigration.v1.CutoverForecast cutover_forecast = 33;
Returns | |
---|---|
Type | Description |
boolean |
Whether the cutoverForecast field is set. |
hasError()
public boolean hasError()
Output only. Provides details on the state of the Migrating VM in case of an error in replication.
.google.rpc.Status error = 19;
Returns | |
---|---|
Type | Description |
boolean |
Whether the error field is set. |
hasLastReplicationCycle()
public boolean hasLastReplicationCycle()
Output only. Details of the last replication cycle. This will be updated whenever a replication cycle is finished and is not to be confused with last_sync which is only updated on successful replication cycles.
.google.events.cloud.vmmigration.v1.ReplicationCycle last_replication_cycle = 32;
Returns | |
---|---|
Type | Description |
boolean |
Whether the lastReplicationCycle field is set. |
hasLastSync()
public boolean hasLastSync()
Output only. The most updated snapshot created time in the source that finished replication.
.google.events.cloud.vmmigration.v1.ReplicationSync last_sync = 11;
Returns | |
---|---|
Type | Description |
boolean |
Whether the lastSync field is set. |
hasPolicy()
public boolean hasPolicy()
The replication schedule policy.
.google.events.cloud.vmmigration.v1.SchedulePolicy policy = 8;
Returns | |
---|---|
Type | Description |
boolean |
Whether the policy field is set. |
hasStateTime()
public boolean hasStateTime()
Output only. The last time the migrating VM state was updated.
.google.protobuf.Timestamp state_time = 22;
Returns | |
---|---|
Type | Description |
boolean |
Whether the stateTime field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Output only. The last time the migrating VM resource was updated.
.google.protobuf.Timestamp update_time = 10;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public MigratingVm.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
MigratingVm.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MigratingVm.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
MigratingVm.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public MigratingVm.Builder toBuilder()
Returns | |
---|---|
Type | Description |
MigratingVm.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |