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.
9459 9460 9461 |
# File 'lib/ovirtsdk4/types.rb', line 9459 def initialize(opts = {}) super(opts) end |
Instance Method Details
#comment ⇒ String
Returns the value of the comment attribute.
9376 9377 9378 |
# File 'lib/ovirtsdk4/types.rb', line 9376 def comment @comment end |
#comment=(value) ⇒ Object
Sets the value of the comment attribute.
9385 9386 9387 |
# File 'lib/ovirtsdk4/types.rb', line 9385 def comment=(value) @comment = value end |
#description ⇒ String
Returns the value of the description attribute.
9394 9395 9396 |
# File 'lib/ovirtsdk4/types.rb', line 9394 def description @description end |
#description=(value) ⇒ Object
Sets the value of the description attribute.
9403 9404 9405 |
# File 'lib/ovirtsdk4/types.rb', line 9403 def description=(value) @description = value end |
#id ⇒ String
Returns the value of the id attribute.
9412 9413 9414 |
# File 'lib/ovirtsdk4/types.rb', line 9412 def id @id end |
#id=(value) ⇒ Object
Sets the value of the id attribute.
9421 9422 9423 |
# File 'lib/ovirtsdk4/types.rb', line 9421 def id=(value) @id = value end |
#name ⇒ String
Returns the value of the name attribute.
9430 9431 9432 |
# File 'lib/ovirtsdk4/types.rb', line 9430 def name @name end |
#name=(value) ⇒ Object
Sets the value of the name attribute.
9439 9440 9441 |
# File 'lib/ovirtsdk4/types.rb', line 9439 def name=(value) @name = value end |