Sha256: a84300a831f559541ed7030caf2d5b9b4965643779fa4efc41f0f10f07529c67
Contents?: true
Size: 1.28 KB
Versions: 24
Compression:
Stored size: 1.28 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 # # Parameters that define a resource to query flow log and traffic analytics # (optional) status. # class FlowLogStatusParameters include MsRestAzure # @return [String] The target resource where getting the flow log and # traffic analytics (optional) status. attr_accessor :target_resource_id # # Mapper for FlowLogStatusParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FlowLogStatusParameters', type: { name: 'Composite', class_name: 'FlowLogStatusParameters', model_properties: { target_resource_id: { client_side_validation: true, required: true, serialized_name: 'targetResourceId', type: { name: 'String' } } } } } end end end end
Version data entries
24 entries across 24 versions & 2 rubygems