Class: Azure::NetApp::Mgmt::V2020_06_01::Models::BreakReplicationRequest

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

Overview

Break replication request

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#force_break_replicationBoolean

to force break the replication, set to true

Returns:

  • (Boolean)

    If replication is in status transferring and you want



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

def force_break_replication
  @force_break_replication
end

Class Method Details

.mapperObject

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



24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# File 'lib/2020-06-01/generated/azure_mgmt_netapp/models/break_replication_request.rb', line 24

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