Sha256: 56ee3b0eb1e159ca14b5fd1d7886455325a97e4ba98fb87c329866a0e1561663
Contents?: true
Size: 1.57 KB
Versions: 29
Compression:
Stored size: 1.57 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_08_01 module Models # # Network interface and all its associated security rules. # class SecurityGroupNetworkInterface include MsRestAzure # @return [String] ID of the network interface. attr_accessor :id # @return [SecurityRuleAssociations] attr_accessor :security_rule_associations # # Mapper for SecurityGroupNetworkInterface class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SecurityGroupNetworkInterface', type: { name: 'Composite', class_name: 'SecurityGroupNetworkInterface', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, security_rule_associations: { client_side_validation: true, required: false, serialized_name: 'securityRuleAssociations', type: { name: 'Composite', class_name: 'SecurityRuleAssociations' } } } } } end end end end
Version data entries
29 entries across 29 versions & 2 rubygems