Sha256: fdb05240b2d8c774816f4ba7e834c64c957c94609938215efda750080b41c293
Contents?: true
Size: 1.7 KB
Versions: 5
Compression:
Stored size: 1.7 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::Compute::Mgmt::V2019_12_01 module Models # # Dedicated host unutilized capacity. # class DedicatedHostAvailableCapacity include MsRestAzure # @return [Array<DedicatedHostAllocatableVM>] The unutilized capacity of # the dedicated host represented in terms of each VM size that is allowed # to be deployed to the dedicated host. attr_accessor :allocatable_vms # # Mapper for DedicatedHostAvailableCapacity class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DedicatedHostAvailableCapacity', type: { name: 'Composite', class_name: 'DedicatedHostAvailableCapacity', model_properties: { allocatable_vms: { client_side_validation: true, required: false, serialized_name: 'allocatableVMs', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'DedicatedHostAllocatableVMElementType', type: { name: 'Composite', class_name: 'DedicatedHostAllocatableVM' } } } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems