Class: Google::Cloud::RapidMigrationAssessment::V1::Collector
- Inherits:
-
Object
- Object
- Google::Cloud::RapidMigrationAssessment::V1::Collector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb
Overview
Message describing Collector object.
Defined Under Namespace
Modules: State Classes: LabelsEntry
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
readonly
Output only.
-
#client_version ⇒ ::String
readonly
Output only.
-
#collection_days ⇒ ::Integer
How many days to collect data.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
User specified description of the Collector.
-
#display_name ⇒ ::String
User specified name of the Collector.
-
#eula_uri ⇒ ::String
Uri for EULA (End User License Agreement) from customer.
-
#expected_asset_count ⇒ ::Integer
User specified expected asset count.
-
#guest_os_scan ⇒ ::Google::Cloud::RapidMigrationAssessment::V1::GuestOsScan
readonly
Output only.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Labels as key value pairs.
-
#name ⇒ ::String
Name of resource.
-
#service_account ⇒ ::String
Service Account email used to ingest data to this Collector.
-
#state ⇒ ::Google::Cloud::RapidMigrationAssessment::V1::Collector::State
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#vsphere_scan ⇒ ::Google::Cloud::RapidMigrationAssessment::V1::VSphereScan
readonly
Output only.
Instance Attribute Details
#bucket ⇒ ::String (readonly)
Returns Output only. Store cloud storage bucket name (which is a guid) created with this Collector.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#client_version ⇒ ::String (readonly)
Returns Output only. Client version.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#collection_days ⇒ ::Integer
Returns How many days to collect data.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Create time stamp.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#description ⇒ ::String
Returns User specified description of the Collector.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#display_name ⇒ ::String
Returns User specified name of the Collector.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#eula_uri ⇒ ::String
Returns Uri for EULA (End User License Agreement) from customer.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#expected_asset_count ⇒ ::Integer
Returns User specified expected asset count.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#guest_os_scan ⇒ ::Google::Cloud::RapidMigrationAssessment::V1::GuestOsScan (readonly)
Returns Output only. Reference to MC Source Guest Os Scan.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Labels as key value pairs.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#name ⇒ ::String
Returns name of resource.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#service_account ⇒ ::String
Returns Service Account email used to ingest data to this Collector.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#state ⇒ ::Google::Cloud::RapidMigrationAssessment::V1::Collector::State (readonly)
Returns Output only. State of the Collector.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Update time stamp.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |
#vsphere_scan ⇒ ::Google::Cloud::RapidMigrationAssessment::V1::VSphereScan (readonly)
Returns Output only. Reference to MC Source vsphere_scan.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/api_entities.rb', line 89 class Collector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # -- Using suggestion from API Linter Analyzer for nesting enum -- # -- https://linter.aip.dev/216/nesting -- # State of a Collector (server_side). # States are used for internal purposes and named to keep # convention of legacy product: # https://cloud.google.com/migrate/stratozone/docs/about-stratoprobe. module State # Collector state is not recognized. STATE_UNSPECIFIED = 0 # Collector started to create, but hasn't been completed MC source creation # and db object creation. STATE_INITIALIZING = 1 # Collector has been created, MC source creation and db object creation # completed. STATE_READY_TO_USE = 2 # Collector client has been registered with client. STATE_REGISTERED = 3 # Collector client is actively scanning. STATE_ACTIVE = 4 # Collector is not actively scanning. STATE_PAUSED = 5 # Collector is starting background job for deletion. STATE_DELETING = 6 # Collector completed all tasks for deletion. STATE_DECOMMISSIONED = 7 # Collector is in error state. STATE_ERROR = 8 end end |