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)



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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)



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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)



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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)



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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)



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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)



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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)



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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)



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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)



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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)



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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)



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 996

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