class OvirtSDK4::PortMirroring

Public Class Methods

new(opts = {}) click to toggle source

Creates a new instance of the {PortMirroring} class.

@param opts [Hash] A hash containing the attributes of the object. The keys of the hash

should be symbols corresponding to the names of the attributes. The values of the hash
should be the values of the attributes.
Calls superclass method OvirtSDK4::Struct.new
# File lib/ovirtsdk4/types.rb, line 13120
def initialize(opts = {})
  super(opts)
end