Class: Google::Cloud::VMMigration::V1::DatacenterConnector

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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.

Returns:

  • (::String)

    Output only. Appliance last installed update bundle version. This is the version of the automatically updatable components on the appliance.



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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.

Returns:



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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.

Returns:

  • (::String)

    Output only. The communication channel between the datacenter connector and Google Cloud.



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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).

Returns:



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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.

Returns:

  • (::Google::Rpc::Status)

    Output only. Provides details on the state of the Datacenter Connector in case of an error.



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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.

Returns:

  • (::String)

    Output only. The connector's name.



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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.

Returns:

  • (::String)

    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.



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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.

Returns:

  • (::String)

    The service account to use in the connector when communicating with the cloud.



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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.

Returns:



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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.

Returns:



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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.

Returns:



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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.

Returns:



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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.

Returns:

  • (::String)

    The version running in the DatacenterConnector. This is supplied by the OVA connector during the registration process and can not be modified.



785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 785

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