public final class DatacenterConnector extends GeneratedMessageV3 implements DatacenterConnectorOrBuilder
DatacenterConnector message describes a connector between the Source and
Google Cloud, which is installed on a vmware datacenter (an OVA vm installed
by the user) to connect the Datacenter to Google Cloud and support vm
migration data transfer.
Protobuf type google.cloud.vmmigration.v1.DatacenterConnector
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
APPLIANCE_INFRASTRUCTURE_VERSION_FIELD_NUMBER
public static final int APPLIANCE_INFRASTRUCTURE_VERSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
APPLIANCE_SOFTWARE_VERSION_FIELD_NUMBER
public static final int APPLIANCE_SOFTWARE_VERSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
AVAILABLE_VERSIONS_FIELD_NUMBER
public static final int AVAILABLE_VERSIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
BUCKET_FIELD_NUMBER
public static final int BUCKET_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
REGISTRATION_ID_FIELD_NUMBER
public static final int REGISTRATION_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SERVICE_ACCOUNT_FIELD_NUMBER
public static final int SERVICE_ACCOUNT_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 | |
UPGRADE_STATUS_FIELD_NUMBER
public static final int UPGRADE_STATUS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static DatacenterConnector getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DatacenterConnector.Builder newBuilder()
newBuilder(DatacenterConnector prototype)
public static DatacenterConnector.Builder newBuilder(DatacenterConnector prototype)
public static DatacenterConnector parseDelimitedFrom(InputStream input)
public static DatacenterConnector parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DatacenterConnector parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DatacenterConnector parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DatacenterConnector parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DatacenterConnector parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DatacenterConnector parseFrom(CodedInputStream input)
public static DatacenterConnector parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DatacenterConnector parseFrom(InputStream input)
public static DatacenterConnector parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DatacenterConnector parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DatacenterConnector parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DatacenterConnector> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getApplianceInfrastructureVersion()
public String getApplianceInfrastructureVersion()
Output only. Appliance OVA version.
This is the OVA which is manually installed by the user and contains the
infrastructure for the automatically updatable components on the appliance.
string appliance_infrastructure_version = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
String | The applianceInfrastructureVersion.
|
getApplianceInfrastructureVersionBytes()
public ByteString getApplianceInfrastructureVersionBytes()
Output only. Appliance OVA version.
This is the OVA which is manually installed by the user and contains the
infrastructure for the automatically updatable components on the appliance.
string appliance_infrastructure_version = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
ByteString | The bytes for applianceInfrastructureVersion.
|
getApplianceSoftwareVersion()
public String getApplianceSoftwareVersion()
Output only. Appliance last installed update bundle version.
This is the version of the automatically updatable components on the
appliance.
string appliance_software_version = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
String | The applianceSoftwareVersion.
|
getApplianceSoftwareVersionBytes()
public ByteString getApplianceSoftwareVersionBytes()
Output only. Appliance last installed update bundle version.
This is the version of the automatically updatable components on the
appliance.
string appliance_software_version = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
ByteString | The bytes for applianceSoftwareVersion.
|
getAvailableVersions()
public AvailableUpdates getAvailableVersions()
Output only. The available versions for updating this appliance.
.google.cloud.vmmigration.v1.AvailableUpdates available_versions = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getAvailableVersionsOrBuilder()
public AvailableUpdatesOrBuilder getAvailableVersionsOrBuilder()
Output only. The available versions for updating this appliance.
.google.cloud.vmmigration.v1.AvailableUpdates available_versions = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getBucket()
public String getBucket()
Output only. The communication channel between the datacenter connector and
Google Cloud.
string bucket = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
String | The bucket.
|
getBucketBytes()
public ByteString getBucketBytes()
Output only. The communication channel between the datacenter connector and
Google Cloud.
string bucket = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
ByteString | The bytes for bucket.
|
getCreateTime()
public Timestamp getCreateTime()
Output only. The time the connector was created (as an API call, not when
it was actually installed).
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
Timestamp | The createTime.
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time the connector was created (as an API call, not when
it was actually installed).
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public DatacenterConnector getDefaultInstanceForType()
getError()
Output only. Provides details on the state of the Datacenter Connector in
case of an error.
.google.rpc.Status error = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
com.google.rpc.Status | The error.
|
getErrorOrBuilder()
public StatusOrBuilder getErrorOrBuilder()
Output only. Provides details on the state of the Datacenter Connector in
case of an error.
.google.rpc.Status error = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
com.google.rpc.StatusOrBuilder | |
getName()
Output only. The connector's name.
string name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Output only. The connector's name.
string name = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getParserForType()
public Parser<DatacenterConnector> getParserForType()
Overrides
getRegistrationId()
public String getRegistrationId()
Immutable. A unique key for this connector. This key is internal to the OVA
connector and is supplied with its creation during the registration process
and can not be modified.
string registration_id = 12 [(.google.api.field_behavior) = IMMUTABLE];
Returns |
---|
Type | Description |
String | The registrationId.
|
getRegistrationIdBytes()
public ByteString getRegistrationIdBytes()
Immutable. A unique key for this connector. This key is internal to the OVA
connector and is supplied with its creation during the registration process
and can not be modified.
string registration_id = 12 [(.google.api.field_behavior) = IMMUTABLE];
Returns |
---|
Type | Description |
ByteString | The bytes for registrationId.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getServiceAccount()
public String getServiceAccount()
The service account to use in the connector when communicating with the
cloud.
string service_account = 5;
Returns |
---|
Type | Description |
String | The serviceAccount.
|
getServiceAccountBytes()
public ByteString getServiceAccountBytes()
The service account to use in the connector when communicating with the
cloud.
string service_account = 5;
Returns |
---|
Type | Description |
ByteString | The bytes for serviceAccount.
|
getState()
public DatacenterConnector.State getState()
Output only. State of the DatacenterConnector, as determined by the health
checks.
.google.cloud.vmmigration.v1.DatacenterConnector.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateTime()
public Timestamp getStateTime()
Output only. The time the state was last set.
.google.protobuf.Timestamp state_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
Timestamp | The stateTime.
|
getStateTimeOrBuilder()
public TimestampOrBuilder getStateTimeOrBuilder()
Output only. The time the state was last set.
.google.protobuf.Timestamp state_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue()
public int getStateValue()
Output only. State of the DatacenterConnector, as determined by the health
checks.
.google.cloud.vmmigration.v1.DatacenterConnector.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for state.
|
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The last time the connector was updated with an API call.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
Timestamp | The updateTime.
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last time the connector was updated with an API call.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpgradeStatus()
public UpgradeStatus getUpgradeStatus()
Output only. The status of the current / last upgradeAppliance operation.
.google.cloud.vmmigration.v1.UpgradeStatus upgrade_status = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpgradeStatusOrBuilder()
public UpgradeStatusOrBuilder getUpgradeStatusOrBuilder()
Output only. The status of the current / last upgradeAppliance operation.
.google.cloud.vmmigration.v1.UpgradeStatus upgrade_status = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
getVersion()
public String getVersion()
The version running in the DatacenterConnector. This is supplied by the OVA
connector during the registration process and can not be modified.
string version = 6;
Returns |
---|
Type | Description |
String | The version.
|
getVersionBytes()
public ByteString getVersionBytes()
The version running in the DatacenterConnector. This is supplied by the OVA
connector during the registration process and can not be modified.
string version = 6;
Returns |
---|
Type | Description |
ByteString | The bytes for version.
|
hasAvailableVersions()
public boolean hasAvailableVersions()
Output only. The available versions for updating this appliance.
.google.cloud.vmmigration.v1.AvailableUpdates available_versions = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | Whether the availableVersions field is set.
|
hasCreateTime()
public boolean hasCreateTime()
Output only. The time the connector was created (as an API call, not when
it was actually installed).
.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | Whether the createTime field is set.
|
hasError()
public boolean hasError()
Output only. Provides details on the state of the Datacenter Connector in
case of an error.
.google.rpc.Status error = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | Whether the error field is set.
|
hasStateTime()
public boolean hasStateTime()
Output only. The time the state was last set.
.google.protobuf.Timestamp state_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | Whether the stateTime field is set.
|
hasUpdateTime()
public boolean hasUpdateTime()
Output only. The last time the connector was updated with an API call.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | Whether the updateTime field is set.
|
hasUpgradeStatus()
public boolean hasUpgradeStatus()
Output only. The status of the current / last upgradeAppliance operation.
.google.cloud.vmmigration.v1.UpgradeStatus upgrade_status = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | Whether the upgradeStatus field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DatacenterConnector.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DatacenterConnector.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public DatacenterConnector.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides