Sha256: 4f4d3e6e1a0e532fdf5ed301cd43473858962a0b17b9069815b004dbcf52eb4e
Contents?: true
Size: 1.53 KB
Versions: 5
Compression:
Stored size: 1.53 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 # # Model object. # # class SubResourceWithColocationStatus < SubResource include MsRestAzure # @return [InstanceViewStatus] Describes colocation status of a resource # in the Proximity Placement Group. attr_accessor :colocation_status # # Mapper for SubResourceWithColocationStatus class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SubResourceWithColocationStatus', type: { name: 'Composite', class_name: 'SubResourceWithColocationStatus', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, colocation_status: { client_side_validation: true, required: false, serialized_name: 'colocationStatus', type: { name: 'Composite', class_name: 'InstanceViewStatus' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems