Sha256: 5813138bdfc2ff7aeba8c48af512509d3165f7600bfeda20454a6f7c666d3928
Contents?: true
Size: 1.22 KB
Versions: 34
Compression:
Stored size: 1.22 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::V2016_12_01 module Models # # Parameters that define the representation of topology. # class TopologyParameters include MsRestAzure # @return [String] The name of the target resource group to perform # topology on. attr_accessor :target_resource_group_name # # Mapper for TopologyParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'TopologyParameters', type: { name: 'Composite', class_name: 'TopologyParameters', model_properties: { target_resource_group_name: { client_side_validation: true, required: true, serialized_name: 'targetResourceGroupName', type: { name: 'String' } } } } } end end end end
Version data entries
34 entries across 34 versions & 2 rubygems