class Azure::Network::Mgmt::V2019_02_01::Models::FlowLogStatusParameters

Parameters that define a resource to query flow log and traffic analytics (optional) status.

Attributes

target_resource_id[RW]

@return [String] The target resource where getting the flow log and traffic analytics (optional) status.

Public Class Methods

mapper() click to toggle source

Mapper for FlowLogStatusParameters class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2019-02-01/generated/azure_mgmt_network/models/flow_log_status_parameters.rb, line 25
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