Sha256: e94eb0c12922d8e622939b2ac4c20b38377956cdde13605b538a7421a22c6b70
Contents?: true
Size: 1.53 KB
Versions: 3
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::V2020_06_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
3 entries across 3 versions & 1 rubygems