Sha256: c288dfabd050e9b2608aa0a2da4525481c2c3f09c4de9a0f41f36b900820aad7
Contents?: true
Size: 1.62 KB
Versions: 31
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_07_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
31 entries across 31 versions & 2 rubygems