Sha256: f22c1daa15027184de4426afa7770c19e36dd3336fbadd0cac6a1dd13d8f9784
Contents?: true
Size: 1.99 KB
Versions: 33
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_01_01 module Models # # Resources that have an association with the parent resource. # class TopologyAssociation include MsRestAzure # @return [String] The name of the resource that is associated with the # parent resource. attr_accessor :name # @return [String] The ID of the resource that is associated with the # parent resource. attr_accessor :resource_id # @return [AssociationType] The association type of the child resource to # the parent resource. Possible values include: 'Associated', 'Contains' attr_accessor :association_type # # Mapper for TopologyAssociation class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'TopologyAssociation', type: { name: 'Composite', class_name: 'TopologyAssociation', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, resource_id: { client_side_validation: true, required: false, serialized_name: 'resourceId', type: { name: 'String' } }, association_type: { client_side_validation: true, required: false, serialized_name: 'associationType', type: { name: 'String' } } } } } end end end end
Version data entries
33 entries across 33 versions & 2 rubygems