Sha256: 0e82a963e76788f9a353125b16a1a6263f0c59fd5bb51c3a044eab258bebcdf6
Contents?: true
Size: 1.61 KB
Versions: 3
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_06_01 module Models # # Model object. # # class DedicatedHostGroupInstanceView include MsRestAzure # @return [Array<DedicatedHostInstanceViewWithName>] List of instance # view of the dedicated hosts under the dedicated host group. attr_accessor :hosts # # Mapper for DedicatedHostGroupInstanceView class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DedicatedHostGroupInstanceView', type: { name: 'Composite', class_name: 'DedicatedHostGroupInstanceView', model_properties: { hosts: { client_side_validation: true, required: false, serialized_name: 'hosts', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'DedicatedHostInstanceViewWithNameElementType', type: { name: 'Composite', class_name: 'DedicatedHostInstanceViewWithName' } } } } } } } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems