Sha256: 93683820c6e4b7d63568345a9415fe9ae373092803b3533106c9762ee8d15a0c
Contents?: true
Size: 1.62 KB
Versions: 24
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_11_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
24 entries across 24 versions & 2 rubygems