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.
9772 9773 9774 |
# File 'lib/ovirtsdk4/types.rb', line 9772 def initialize(opts = {}) super(opts) end |
Instance Method Details
#comment ⇒ String
Returns the value of the comment
attribute.
9689 9690 9691 |
# File 'lib/ovirtsdk4/types.rb', line 9689 def comment @comment end |
#comment=(value) ⇒ Object
Sets the value of the comment
attribute.
9698 9699 9700 |
# File 'lib/ovirtsdk4/types.rb', line 9698 def comment=(value) @comment = value end |
#description ⇒ String
Returns the value of the description
attribute.
9707 9708 9709 |
# File 'lib/ovirtsdk4/types.rb', line 9707 def description @description end |
#description=(value) ⇒ Object
Sets the value of the description
attribute.
9716 9717 9718 |
# File 'lib/ovirtsdk4/types.rb', line 9716 def description=(value) @description = value end |
#id ⇒ String
Returns the value of the id
attribute.
9725 9726 9727 |
# File 'lib/ovirtsdk4/types.rb', line 9725 def id @id end |
#id=(value) ⇒ Object
Sets the value of the id
attribute.
9734 9735 9736 |
# File 'lib/ovirtsdk4/types.rb', line 9734 def id=(value) @id = value end |
#name ⇒ String
Returns the value of the name
attribute.
9743 9744 9745 |
# File 'lib/ovirtsdk4/types.rb', line 9743 def name @name end |
#name=(value) ⇒ Object
Sets the value of the name
attribute.
9752 9753 9754 |
# File 'lib/ovirtsdk4/types.rb', line 9752 def name=(value) @name = value end |