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
comment
attribute. -
#comment=(value) ⇒ Object
Sets the value of the
comment
attribute. -
#description ⇒ String
Returns the value of the
description
attribute. -
#description=(value) ⇒ Object
Sets the value of the
description
attribute. -
#id ⇒ String
Returns the value of the
id
attribute. -
#id=(value) ⇒ Object
Sets the value of the
id
attribute. -
#initialize(opts = {}) ⇒ MigrationPolicy
constructor
Creates a new instance of the MigrationPolicy class.
-
#name ⇒ String
Returns the value of the
name
attribute. -
#name=(value) ⇒ Object
Sets the value of the
name
attribute.
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.
9584 9585 9586 |
# File 'lib/ovirtsdk4/types.rb', line 9584 def initialize(opts = {}) super(opts) end |
Instance Method Details
#comment ⇒ String
Returns the value of the comment
attribute.
9501 9502 9503 |
# File 'lib/ovirtsdk4/types.rb', line 9501 def comment @comment end |
#comment=(value) ⇒ Object
Sets the value of the comment
attribute.
9510 9511 9512 |
# File 'lib/ovirtsdk4/types.rb', line 9510 def comment=(value) @comment = value end |
#description ⇒ String
Returns the value of the description
attribute.
9519 9520 9521 |
# File 'lib/ovirtsdk4/types.rb', line 9519 def description @description end |
#description=(value) ⇒ Object
Sets the value of the description
attribute.
9528 9529 9530 |
# File 'lib/ovirtsdk4/types.rb', line 9528 def description=(value) @description = value end |
#id ⇒ String
Returns the value of the id
attribute.
9537 9538 9539 |
# File 'lib/ovirtsdk4/types.rb', line 9537 def id @id end |
#id=(value) ⇒ Object
Sets the value of the id
attribute.
9546 9547 9548 |
# File 'lib/ovirtsdk4/types.rb', line 9546 def id=(value) @id = value end |
#name ⇒ String
Returns the value of the name
attribute.
9555 9556 9557 |
# File 'lib/ovirtsdk4/types.rb', line 9555 def name @name end |
#name=(value) ⇒ Object
Sets the value of the name
attribute.
9564 9565 9566 |
# File 'lib/ovirtsdk4/types.rb', line 9564 def name=(value) @name = value end |