Sha256: 766705d6857a90686e657f287e26f72ecaf01253acc05444c95089b004e08c2b
Contents?: true
Size: 1.99 KB
Versions: 32
Compression:
Stored size: 1.99 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::Network::Mgmt::V2018_02_01 module Models # # Contains SKU in an ExpressRouteCircuit. # class ExpressRouteCircuitSku include MsRestAzure # @return [String] The name of the SKU. attr_accessor :name # @return [ExpressRouteCircuitSkuTier] The tier of the SKU. Possible # values are 'Standard' and 'Premium'. Possible values include: # 'Standard', 'Premium' attr_accessor :tier # @return [ExpressRouteCircuitSkuFamily] The family of the SKU. Possible # values are: 'UnlimitedData' and 'MeteredData'. Possible values include: # 'UnlimitedData', 'MeteredData' attr_accessor :family # # Mapper for ExpressRouteCircuitSku class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExpressRouteCircuitSku', type: { name: 'Composite', class_name: 'ExpressRouteCircuitSku', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, tier: { client_side_validation: true, required: false, serialized_name: 'tier', type: { name: 'String' } }, family: { client_side_validation: true, required: false, serialized_name: 'family', type: { name: 'String' } } } } } end end end end
Version data entries
32 entries across 32 versions & 2 rubygems