Class: Azure::NetApp::Mgmt::V2020_06_01::Models::BackupPolicyPatch

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2020-06-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb

Overview

Backup policy Details for create and update

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#daily_backups_to_keepInteger

Returns Daily backups count to keep.

Returns:

  • (Integer)

    Daily backups count to keep



25
26
27
# File 'lib/2020-06-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb', line 25

def daily_backups_to_keep
  @daily_backups_to_keep
end

#enabledBoolean

Returns The property to decide policy is enabled or not.

Returns:

  • (Boolean)

    The property to decide policy is enabled or not



40
41
42
# File 'lib/2020-06-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb', line 40

def enabled
  @enabled
end

#locationString

Returns Resource location.

Returns:

  • (String)

    Resource location



16
17
18
# File 'lib/2020-06-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb', line 16

def location
  @location
end

#monthly_backups_to_keepInteger

Returns Monthly backups count to keep.

Returns:

  • (Integer)

    Monthly backups count to keep



31
32
33
# File 'lib/2020-06-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb', line 31

def monthly_backups_to_keep
  @monthly_backups_to_keep
end

#nameString

Returns Name of backup policy.

Returns:

  • (String)

    Name of backup policy



19
20
21
# File 'lib/2020-06-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb', line 19

def name
  @name
end

#provisioning_stateString

Returns Azure lifecycle management.

Returns:

  • (String)

    Azure lifecycle management



22
23
24
# File 'lib/2020-06-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb', line 22

def provisioning_state
  @provisioning_state
end

#volume_backupsArray<VolumeBackups>

policy

Returns:



44
45
46
# File 'lib/2020-06-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb', line 44

def volume_backups
  @volume_backups
end

#volumes_assignedInteger

Returns Volumes using current backup policy.

Returns:

  • (Integer)

    Volumes using current backup policy



37
38
39
# File 'lib/2020-06-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb', line 37

def volumes_assigned
  @volumes_assigned
end

#weekly_backups_to_keepInteger

Returns Weekly backups count to keep.

Returns:

  • (Integer)

    Weekly backups count to keep



28
29
30
# File 'lib/2020-06-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb', line 28

def weekly_backups_to_keep
  @weekly_backups_to_keep
end

#yearly_backups_to_keepInteger

Returns Yearly backups count to keep.

Returns:

  • (Integer)

    Yearly backups count to keep



34
35
36
# File 'lib/2020-06-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb', line 34

def yearly_backups_to_keep
  @yearly_backups_to_keep
end

Class Method Details

.mapperObject

Mapper for BackupPolicyPatch class as Ruby Hash. This will be used for serialization/deserialization.



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
# File 'lib/2020-06-01/generated/azure_mgmt_netapp/models/backup_policy_patch.rb', line 51

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'backupPolicyPatch',
    type: {
      name: 'Composite',
      class_name: 'BackupPolicyPatch',
      model_properties: {
        location: {
          client_side_validation: true,
          required: false,
          serialized_name: 'location',
          type: {
            name: 'String'
          }
        },
        name: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.name',
          type: {
            name: 'String'
          }
        },
        provisioning_state: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.provisioningState',
          type: {
            name: 'String'
          }
        },
        daily_backups_to_keep: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.dailyBackupsToKeep',
          type: {
            name: 'Number'
          }
        },
        weekly_backups_to_keep: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.weeklyBackupsToKeep',
          type: {
            name: 'Number'
          }
        },
        monthly_backups_to_keep: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.monthlyBackupsToKeep',
          type: {
            name: 'Number'
          }
        },
        yearly_backups_to_keep: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.yearlyBackupsToKeep',
          type: {
            name: 'Number'
          }
        },
        volumes_assigned: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.volumesAssigned',
          type: {
            name: 'Number'
          }
        },
        enabled: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.enabled',
          type: {
            name: 'Boolean'
          }
        },
        volume_backups: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.volumeBackups',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'VolumeBackupsElementType',
                type: {
                  name: 'Composite',
                  class_name: 'VolumeBackups'
                }
            }
          }
        }
      }
    }
  }
end