Sha256: 451d36737df865090323d05114eb74ef04b75dac2af2a0076d38dffa1263b42f
Contents?: true
Size: 1.56 KB
Versions: 12
Compression:
Stored size: 1.56 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::NetApp::Mgmt::V2019_06_01 module Models # # exportPolicy # Set of export policy rules # class VolumePatchPropertiesExportPolicy include MsRestAzure # @return [Array<ExportPolicyRule>] Export policy rule. Export policy # rule attr_accessor :rules # # Mapper for VolumePatchPropertiesExportPolicy class as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
12 entries across 12 versions & 1 rubygems