Class: Google::Cloud::VMMigration::V1::FetchInventoryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Request message for fetchInventory.

Instance Attribute Summary collapse

Instance Attribute Details

#force_refresh::Boolean

Returns If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.

Returns:

  • (::Boolean)

    If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.



1028
1029
1030
1031
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1028

class FetchInventoryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source::String

Returns Required. The name of the Source.

Returns:

  • (::String)

    Required. The name of the Source.



1028
1029
1030
1031
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 1028

class FetchInventoryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end