Class: Google::Cloud::RapidMigrationAssessment::V1::Collector

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

Instance Attribute Details

#bucket::String (readonly)

Returns Output only. Store cloud storage bucket name (which is a guid) created with this Collector.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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.

Returns:



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