Class: Google::Cloud::NetApp::V1::ListBackupPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::ListBackupPoliciesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/netapp/v1/backup_policy.rb
Overview
ListBackupPoliciesResponse contains all the backup policies requested.
Instance Attribute Summary collapse
-
#backup_policies ⇒ ::Array<::Google::Cloud::NetApp::V1::BackupPolicy>
The list of backup policies.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#backup_policies ⇒ ::Array<::Google::Cloud::NetApp::V1::BackupPolicy>
Returns The list of backup policies.
158 159 160 161 |
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 158 class ListBackupPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
158 159 160 161 |
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 158 class ListBackupPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
158 159 160 161 |
# File 'proto_docs/google/cloud/netapp/v1/backup_policy.rb', line 158 class ListBackupPoliciesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |