Class: Google::Cloud::VMMigration::V1::DatacenterConnector
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::DatacenterConnector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
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.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#appliance_infrastructure_version ⇒ ::String
readonly
Output only.
-
#appliance_software_version ⇒ ::String
readonly
Output only.
-
#available_versions ⇒ ::Google::Cloud::VMMigration::V1::AvailableUpdates
readonly
Output only.
-
#bucket ⇒ ::String
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#error ⇒ ::Google::Rpc::Status
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#registration_id ⇒ ::String
Immutable.
-
#service_account ⇒ ::String
The service account to use in the connector when communicating with the cloud.
-
#state ⇒ ::Google::Cloud::VMMigration::V1::DatacenterConnector::State
readonly
Output only.
-
#state_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#upgrade_status ⇒ ::Google::Cloud::VMMigration::V1::UpgradeStatus
readonly
Output only.
-
#version ⇒ ::String
The version running in the DatacenterConnector.
Instance Attribute Details
#appliance_infrastructure_version ⇒ ::String (readonly)
Returns 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.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#appliance_software_version ⇒ ::String (readonly)
Returns Output only. Appliance last installed update bundle version. This is the version of the automatically updatable components on the appliance.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#available_versions ⇒ ::Google::Cloud::VMMigration::V1::AvailableUpdates (readonly)
Returns Output only. The available versions for updating this appliance.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#bucket ⇒ ::String (readonly)
Returns Output only. The communication channel between the datacenter connector and Google Cloud.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the connector was created (as an API call, not when it was actually installed).
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#error ⇒ ::Google::Rpc::Status (readonly)
Returns Output only. Provides details on the state of the Datacenter Connector in case of an error.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#name ⇒ ::String (readonly)
Returns Output only. The connector's name.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#registration_id ⇒ ::String
Returns 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.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#service_account ⇒ ::String
Returns The service account to use in the connector when communicating with the cloud.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#state ⇒ ::Google::Cloud::VMMigration::V1::DatacenterConnector::State (readonly)
Returns Output only. State of the DatacenterConnector, as determined by the health checks.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#state_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the state was last set.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The last time the connector was updated with an API call.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#upgrade_status ⇒ ::Google::Cloud::VMMigration::V1::UpgradeStatus (readonly)
Returns Output only. The status of the current / last upgradeAppliance operation.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |
#version ⇒ ::String
Returns The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified.
811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 811 class DatacenterConnector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible values of the state. module State # The state is unknown. This is used for API compatibility only and is not # used by the system. STATE_UNSPECIFIED = 0 # The state was not sampled by the health checks yet. PENDING = 1 # The source was sampled by health checks and is not available. OFFLINE = 2 # The source is available but might not be usable yet due to unvalidated # credentials or another reason. The credentials referred to are the ones # to the Source. The error message will contain further details. FAILED = 3 # The source exists and its credentials were verified. ACTIVE = 4 end end |