Sha256: d155a4c3f39b6a9dfd541d3017f3b4f59a7deb6da3d453defe810dca34372ffb
Contents?: true
Size: 1.6 KB
Versions: 34
Compression:
Stored size: 1.6 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::V2016_12_01 module Models # # Results of IP flow verification on the target resource. # class VerificationIPFlowResult include MsRestAzure # @return [Access] Indicates whether the traffic is allowed or denied. # Possible values include: 'Allow', 'Deny' attr_accessor :access # @return [String] Name of the rule. If input is not matched against any # security rule, it is not displayed. attr_accessor :rule_name # # Mapper for VerificationIPFlowResult class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VerificationIPFlowResult', type: { name: 'Composite', class_name: 'VerificationIPFlowResult', model_properties: { access: { client_side_validation: true, required: false, serialized_name: 'access', type: { name: 'String' } }, rule_name: { client_side_validation: true, required: false, serialized_name: 'ruleName', type: { name: 'String' } } } } } end end end end
Version data entries
34 entries across 34 versions & 2 rubygems