Sha256: 653a455f5c77aebc3880e64b215de4127a9dd4ef0efffbe587dd07b67f3d8c18
Contents?: true
Size: 1.61 KB
Versions: 1
Compression:
Stored size: 1.61 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::V2020_12_01 module Models # # Represents the dedicated host unutilized capacity in terms of a specific # VM size. # class DedicatedHostAllocatableVM include MsRestAzure # @return [String] VM size in terms of which the unutilized capacity is # represented. attr_accessor :vm_size # @return [Float] Maximum number of VMs of size vmSize that can fit in # the dedicated host's remaining capacity. attr_accessor :count # # Mapper for DedicatedHostAllocatableVM class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DedicatedHostAllocatableVM', type: { name: 'Composite', class_name: 'DedicatedHostAllocatableVM', model_properties: { vm_size: { client_side_validation: true, required: false, serialized_name: 'vmSize', type: { name: 'String' } }, count: { client_side_validation: true, required: false, serialized_name: 'count', type: { name: 'Double' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.22.0 | lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_allocatable_vm.rb |