Sha256: 5f4a60ebeeca41193aeb7d35222516dcd9f3443466b3269e22437ea4ccfc2415
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 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::V2020_09_01 module Models # # Break replication request # class BreakReplicationRequest include MsRestAzure # @return [Boolean] If replication is in status transferring and you want # to force break the replication, set to true attr_accessor :force_break_replication # # Mapper for BreakReplicationRequest class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'breakReplicationRequest', type: { name: 'Composite', class_name: 'BreakReplicationRequest', model_properties: { force_break_replication: { client_side_validation: true, required: false, serialized_name: 'forceBreakReplication', type: { name: 'Boolean' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems