Class: OvirtSDK4::PortMirroring

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

Instance Method Summary (collapse)

Methods included from Type

#href, #href=

Constructor Details

- (PortMirroring) initialize(opts = {})

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.



10455
10456
10457
# File 'lib/ovirtsdk4/types.rb', line 10455

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