Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::ListResourceBackupConfigsResponse.
Response for ListResourceBackupConfigs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results the server should return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results the server should return.
Returns
- (::String) — A token identifying a page of results the server should return.
#resource_backup_configs
def resource_backup_configs() -> ::Array<::Google::Cloud::BackupDR::V1::ResourceBackupConfig>
Returns
- (::Array<::Google::Cloud::BackupDR::V1::ResourceBackupConfig>) — The list of ResourceBackupConfigs for the specified scope.
#resource_backup_configs=
def resource_backup_configs=(value) -> ::Array<::Google::Cloud::BackupDR::V1::ResourceBackupConfig>
Parameter
- value (::Array<::Google::Cloud::BackupDR::V1::ResourceBackupConfig>) — The list of ResourceBackupConfigs for the specified scope.
Returns
- (::Array<::Google::Cloud::BackupDR::V1::ResourceBackupConfig>) — The list of ResourceBackupConfigs for the specified scope.