1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------
from msrest.paging import Paged
class RecoveryPointResourcePaged(Paged):
"""
A paging container for iterating over a list of :class:`RecoveryPointResource <azure.mgmt.recoveryservicesbackup.models.RecoveryPointResource>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[RecoveryPointResource]'}
}
def __init__(self, *args, **kwargs):
super(RecoveryPointResourcePaged, self).__init__(*args, **kwargs)
class ProtectionPolicyResourcePaged(Paged):
"""
A paging container for iterating over a list of :class:`ProtectionPolicyResource <azure.mgmt.recoveryservicesbackup.models.ProtectionPolicyResource>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[ProtectionPolicyResource]'}
}
def __init__(self, *args, **kwargs):
super(ProtectionPolicyResourcePaged, self).__init__(*args, **kwargs)
class JobResourcePaged(Paged):
"""
A paging container for iterating over a list of :class:`JobResource <azure.mgmt.recoveryservicesbackup.models.JobResource>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[JobResource]'}
}
def __init__(self, *args, **kwargs):
super(JobResourcePaged, self).__init__(*args, **kwargs)
class ProtectedItemResourcePaged(Paged):
"""
A paging container for iterating over a list of :class:`ProtectedItemResource <azure.mgmt.recoveryservicesbackup.models.ProtectedItemResource>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[ProtectedItemResource]'}
}
def __init__(self, *args, **kwargs):
super(ProtectedItemResourcePaged, self).__init__(*args, **kwargs)
class ProtectionIntentResourcePaged(Paged):
"""
A paging container for iterating over a list of :class:`ProtectionIntentResource <azure.mgmt.recoveryservicesbackup.models.ProtectionIntentResource>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[ProtectionIntentResource]'}
}
def __init__(self, *args, **kwargs):
super(ProtectionIntentResourcePaged, self).__init__(*args, **kwargs)
class BackupManagementUsagePaged(Paged):
"""
A paging container for iterating over a list of :class:`BackupManagementUsage <azure.mgmt.recoveryservicesbackup.models.BackupManagementUsage>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[BackupManagementUsage]'}
}
def __init__(self, *args, **kwargs):
super(BackupManagementUsagePaged, self).__init__(*args, **kwargs)
class BackupEngineBaseResourcePaged(Paged):
"""
A paging container for iterating over a list of :class:`BackupEngineBaseResource <azure.mgmt.recoveryservicesbackup.models.BackupEngineBaseResource>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[BackupEngineBaseResource]'}
}
def __init__(self, *args, **kwargs):
super(BackupEngineBaseResourcePaged, self).__init__(*args, **kwargs)
class ProtectableContainerResourcePaged(Paged):
"""
A paging container for iterating over a list of :class:`ProtectableContainerResource <azure.mgmt.recoveryservicesbackup.models.ProtectableContainerResource>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[ProtectableContainerResource]'}
}
def __init__(self, *args, **kwargs):
super(ProtectableContainerResourcePaged, self).__init__(*args, **kwargs)
class WorkloadItemResourcePaged(Paged):
"""
A paging container for iterating over a list of :class:`WorkloadItemResource <azure.mgmt.recoveryservicesbackup.models.WorkloadItemResource>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[WorkloadItemResource]'}
}
def __init__(self, *args, **kwargs):
super(WorkloadItemResourcePaged, self).__init__(*args, **kwargs)
class WorkloadProtectableItemResourcePaged(Paged):
"""
A paging container for iterating over a list of :class:`WorkloadProtectableItemResource <azure.mgmt.recoveryservicesbackup.models.WorkloadProtectableItemResource>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[WorkloadProtectableItemResource]'}
}
def __init__(self, *args, **kwargs):
super(WorkloadProtectableItemResourcePaged, self).__init__(*args, **kwargs)
class ProtectionContainerResourcePaged(Paged):
"""
A paging container for iterating over a list of :class:`ProtectionContainerResource <azure.mgmt.recoveryservicesbackup.models.ProtectionContainerResource>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[ProtectionContainerResource]'}
}
def __init__(self, *args, **kwargs):
super(ProtectionContainerResourcePaged, self).__init__(*args, **kwargs)
class ClientDiscoveryValueForSingleApiPaged(Paged):
"""
A paging container for iterating over a list of :class:`ClientDiscoveryValueForSingleApi <azure.mgmt.recoveryservicesbackup.models.ClientDiscoveryValueForSingleApi>` object
"""
_attribute_map = {
'next_link': {'key': 'nextLink', 'type': 'str'},
'current_page': {'key': 'value', 'type': '[ClientDiscoveryValueForSingleApi]'}
}
def __init__(self, *args, **kwargs):
super(ClientDiscoveryValueForSingleApiPaged, self).__init__(*args, **kwargs)
|