Class: Knife::Proxmox::Provisioner::Result
- Inherits:
-
Struct
- Object
- Struct
- Knife::Proxmox::Provisioner::Result
- Defined in:
- lib/knife-proxmox-ve/provisioner.rb
Overview
IDs we hand back to the caller after a successful provision.
Instance Attribute Summary collapse
-
#ip ⇒ Object
Returns the value of attribute ip.
-
#node ⇒ Object
Returns the value of attribute node.
-
#vmid ⇒ Object
Returns the value of attribute vmid.
Instance Attribute Details
#ip ⇒ Object
Returns the value of attribute ip
22 23 24 |
# File 'lib/knife-proxmox-ve/provisioner.rb', line 22 def ip @ip end |
#node ⇒ Object
Returns the value of attribute node
22 23 24 |
# File 'lib/knife-proxmox-ve/provisioner.rb', line 22 def node @node end |
#vmid ⇒ Object
Returns the value of attribute vmid
22 23 24 |
# File 'lib/knife-proxmox-ve/provisioner.rb', line 22 def vmid @vmid end |