Sha256: 123d93d63c701915a346258fd9be403ca9f35d9a4279e83c512ec07cb9eae4d7
Contents?: true
Size: 1.98 KB
Versions: 9
Compression:
Stored size: 1.98 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::ContainerInstance::Mgmt::V2017_12_01_preview module Models # # The instance view of the container group. Only valid in response. # class ContainerGroupPropertiesInstanceView include MsRestAzure # @return [Array<Event>] The events of this container group. attr_accessor :events # @return [String] The state of the container group. Only valid in # response. attr_accessor :state # # Mapper for ContainerGroupPropertiesInstanceView class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerGroup_properties_instanceView', type: { name: 'Composite', class_name: 'ContainerGroupPropertiesInstanceView', model_properties: { events: { client_side_validation: true, required: false, read_only: true, serialized_name: 'events', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'EventElementType', type: { name: 'Composite', class_name: 'Event' } } } }, state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'state', type: { name: 'String' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems