Class: Google::Cloud::VMMigration::V1::ListReplicationCyclesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ListReplicationCyclesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Request message for 'LisReplicationCyclesRequest' request.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. The filter request.
3757 3758 3759 3760 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3757 class ListReplicationCyclesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. the order by fields for the result.
3757 3758 3759 3760 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3757 class ListReplicationCyclesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of replication cycles to return. The service may return fewer than this value. If unspecified, at most 100 migrating VMs will be returned. The maximum value is 100; values above 100 will be coerced to 100.
3757 3758 3759 3760 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3757 class ListReplicationCyclesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Required. A page token, received from a previous ListReplicationCycles
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListReplicationCycles
must match the call that provided the page token.
3757 3758 3759 3760 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3757 class ListReplicationCyclesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of ReplicationCycles.
3757 3758 3759 3760 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 3757 class ListReplicationCyclesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |