Class: OvirtSDK4::MigrationPolicy
- Inherits:
-
Identified
- Object
- Struct
- Identified
- OvirtSDK4::MigrationPolicy
- Defined in:
- lib/ovirtsdk4/types.rb,
lib/ovirtsdk4/types.rb
Instance Method Summary collapse
-
#comment ⇒ String
Returns the value of the
commentattribute. -
#comment=(value) ⇒ Object
Sets the value of the
commentattribute. -
#description ⇒ String
Returns the value of the
descriptionattribute. -
#description=(value) ⇒ Object
Sets the value of the
descriptionattribute. -
#id ⇒ String
Returns the value of the
idattribute. -
#id=(value) ⇒ Object
Sets the value of the
idattribute. -
#initialize(opts = {}) ⇒ MigrationPolicy
constructor
Creates a new instance of the MigrationPolicy class.
-
#name ⇒ String
Returns the value of the
nameattribute. -
#name=(value) ⇒ Object
Sets the value of the
nameattribute.
Methods inherited from Identified
Methods inherited from Struct
Methods included from Type
Constructor Details
#initialize(opts = {}) ⇒ MigrationPolicy
Creates a new instance of the OvirtSDK4::MigrationPolicy class.
10469 10470 10471 |
# File 'lib/ovirtsdk4/types.rb', line 10469 def initialize(opts = {}) super(opts) end |
Instance Method Details
#comment ⇒ String
Returns the value of the comment attribute.
10386 10387 10388 |
# File 'lib/ovirtsdk4/types.rb', line 10386 def comment @comment end |
#comment=(value) ⇒ Object
Sets the value of the comment attribute.
10395 10396 10397 |
# File 'lib/ovirtsdk4/types.rb', line 10395 def comment=(value) @comment = value end |
#description ⇒ String
Returns the value of the description attribute.
10404 10405 10406 |
# File 'lib/ovirtsdk4/types.rb', line 10404 def description @description end |
#description=(value) ⇒ Object
Sets the value of the description attribute.
10413 10414 10415 |
# File 'lib/ovirtsdk4/types.rb', line 10413 def description=(value) @description = value end |
#id ⇒ String
Returns the value of the id attribute.
10422 10423 10424 |
# File 'lib/ovirtsdk4/types.rb', line 10422 def id @id end |
#id=(value) ⇒ Object
Sets the value of the id attribute.
10431 10432 10433 |
# File 'lib/ovirtsdk4/types.rb', line 10431 def id=(value) @id = value end |
#name ⇒ String
Returns the value of the name attribute.
10440 10441 10442 |
# File 'lib/ovirtsdk4/types.rb', line 10440 def name @name end |
#name=(value) ⇒ Object
Sets the value of the name attribute.
10449 10450 10451 |
# File 'lib/ovirtsdk4/types.rb', line 10449 def name=(value) @name = value end |