Class: Knife::Proxmox::Provisioner::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/knife-proxmox-ve/provisioner.rb

Overview

IDs we hand back to the caller after a successful provision.

Instance Attribute Summary collapse

Instance Attribute Details

#ipObject

Returns the value of attribute ip

Returns:

  • (Object)

    the current value of ip



22
23
24
# File 'lib/knife-proxmox-ve/provisioner.rb', line 22

def ip
  @ip
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



22
23
24
# File 'lib/knife-proxmox-ve/provisioner.rb', line 22

def node
  @node
end

#vmidObject

Returns the value of attribute vmid

Returns:

  • (Object)

    the current value of vmid



22
23
24
# File 'lib/knife-proxmox-ve/provisioner.rb', line 22

def vmid
  @vmid
end