View Source GoogleApi.BackupDR.V1.Model.ListBackupPlanAssociationsResponse (google_api_backup_dr v0.9.1)
Response message for List BackupPlanAssociation
Attributes
-
backupPlanAssociations
(type:list(GoogleApi.BackupDR.V1.Model.BackupPlanAssociation.t)
, default:nil
) - The list of Backup Plan Associations in the project for the specified location. If the{location}
value in the request is "-", the response contains a list of instances from all locations. In case any location is unreachable, the response will only return backup plan associations in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations. -
nextPageToken
(type:String.t
, default:nil
) - A token identifying a page of results the server should return. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BackupDR.V1.Model.ListBackupPlanAssociationsResponse{ backupPlanAssociations: [GoogleApi.BackupDR.V1.Model.BackupPlanAssociation.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.