Class: Azure::NetApp::Mgmt::V2019_05_01::Models::VolumePatchPropertiesExportPolicy
- Inherits:
-
Object
- Object
- Azure::NetApp::Mgmt::V2019_05_01::Models::VolumePatchPropertiesExportPolicy
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-05-01/generated/azure_mgmt_netapp/models/volume_patch_properties_export_policy.rb
Overview
Set of export policy rules
Instance Attribute Summary collapse
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for VolumePatchPropertiesExportPolicy class as Ruby Hash.
Instance Attribute Details
#rules ⇒ Array<ExportPolicyRule>
rule
19 20 21 |
# File 'lib/2019-05-01/generated/azure_mgmt_netapp/models/volume_patch_properties_export_policy.rb', line 19 def rules @rules end |
Class Method Details
.mapper ⇒ Object
Mapper for VolumePatchPropertiesExportPolicy class as Ruby Hash. This will be used for serialization/deserialization.
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 |
# File 'lib/2019-05-01/generated/azure_mgmt_netapp/models/volume_patch_properties_export_policy.rb', line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'volumePatchProperties_exportPolicy', type: { name: 'Composite', class_name: 'VolumePatchPropertiesExportPolicy', model_properties: { rules: { client_side_validation: true, required: false, serialized_name: 'rules', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ExportPolicyRuleElementType', type: { name: 'Composite', class_name: 'ExportPolicyRule' } } } } } } } end |