Sha256: 517b55ae00dbbef0c15d266ae5252897e0d24d3b6deb7786a841f822ea26201d
Contents?: true
Size: 1.2 KB
Versions: 6
Compression:
Stored size: 1.2 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 # # A2A cloud creation input. # class A2AContainerCreationInput < ReplicationProviderSpecificContainerCreationInput include MsRestAzure def initialize @instanceType = "A2A" end attr_accessor :instanceType # # Mapper for A2AContainerCreationInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'A2A', type: { name: 'Composite', class_name: 'A2AContainerCreationInput', model_properties: { instanceType: { client_side_validation: true, required: true, serialized_name: 'instanceType', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems