Class: OvirtSDK4::PortMirroring

Inherits:
Struct
  • Object
show all
Defined in:
lib/ovirtsdk4/types.rb,
lib/ovirtsdk4/types.rb

Instance Method Summary collapse

Methods inherited from Struct

#==, #hash

Methods included from Type

#dig, #href, #href=

Constructor Details

#initialize(opts = {}) ⇒ PortMirroring

Creates a new instance of the OvirtSDK4::PortMirroring class.

Parameters:

  • opts (Hash) (defaults to: {})

    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.



14741
14742
14743
# File 'lib/ovirtsdk4/types.rb', line 14741

def initialize(opts = {})
  super(opts)
end