Sha256: d321b62db1594fa5973f4d8728d361cbe0f63458fe4eb63f6de9d4ef33ff76ff
Contents?: true
Size: 1.62 KB
Versions: 32
Compression:
Stored size: 1.62 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_04_01 module Models # # The information about security rules applied to the specified VM. # class SecurityGroupViewResult include MsRestAzure # @return [Array<SecurityGroupNetworkInterface>] List of network # interfaces on the specified VM. attr_accessor :network_interfaces # # Mapper for SecurityGroupViewResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SecurityGroupViewResult', type: { name: 'Composite', class_name: 'SecurityGroupViewResult', model_properties: { network_interfaces: { client_side_validation: true, required: false, serialized_name: 'networkInterfaces', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SecurityGroupNetworkInterfaceElementType', type: { name: 'Composite', class_name: 'SecurityGroupNetworkInterface' } } } } } } } end end end end
Version data entries
32 entries across 32 versions & 2 rubygems