Sha256: f514ec5baa439f9fb19e39cb76f05e1956383a462e911d51721923c42ee3b372
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 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::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10 module Models # # Replication group details. This will be used in case of San and Wvr. # class ReplicationGroupDetails < ConfigurationSettings include MsRestAzure def initialize @instanceType = "ReplicationGroupDetails" end attr_accessor :instanceType # # Mapper for ReplicationGroupDetails class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'ReplicationGroupDetails', type: { name: 'Composite', class_name: 'ReplicationGroupDetails', model_properties: { instanceType: { required: true, serialized_name: 'instanceType', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems