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.
10222 10223 10224 |
# File 'lib/ovirtsdk4/types.rb', line 10222 def initialize(opts = {}) super(opts) end |
Instance Method Details
#comment ⇒ String
Returns the value of the comment
attribute.
10139 10140 10141 |
# File 'lib/ovirtsdk4/types.rb', line 10139 def comment @comment end |
#comment=(value) ⇒ Object
Sets the value of the comment
attribute.
10148 10149 10150 |
# File 'lib/ovirtsdk4/types.rb', line 10148 def comment=(value) @comment = value end |
#description ⇒ String
Returns the value of the description
attribute.
10157 10158 10159 |
# File 'lib/ovirtsdk4/types.rb', line 10157 def description @description end |
#description=(value) ⇒ Object
Sets the value of the description
attribute.
10166 10167 10168 |
# File 'lib/ovirtsdk4/types.rb', line 10166 def description=(value) @description = value end |
#id ⇒ String
Returns the value of the id
attribute.
10175 10176 10177 |
# File 'lib/ovirtsdk4/types.rb', line 10175 def id @id end |
#id=(value) ⇒ Object
Sets the value of the id
attribute.
10184 10185 10186 |
# File 'lib/ovirtsdk4/types.rb', line 10184 def id=(value) @id = value end |
#name ⇒ String
Returns the value of the name
attribute.
10193 10194 10195 |
# File 'lib/ovirtsdk4/types.rb', line 10193 def name @name end |
#name=(value) ⇒ Object
Sets the value of the name
attribute.
10202 10203 10204 |
# File 'lib/ovirtsdk4/types.rb', line 10202 def name=(value) @name = value end |