Sha256: 5cf81fd6aace7736f41f272c3c615e5dc63cc536a73065e6dfea3697a894cb03
Contents?: true
Size: 1.16 KB
Versions: 6
Compression:
Stored size: 1.16 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::V2018_10_01 module Models # # Container group network profile information. # class ContainerGroupNetworkProfile include MsRestAzure # @return [String] The identifier for a network profile. attr_accessor :id # # Mapper for ContainerGroupNetworkProfile class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerGroupNetworkProfile', type: { name: 'Composite', class_name: 'ContainerGroupNetworkProfile', model_properties: { id: { client_side_validation: true, required: true, serialized_name: 'id', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems