class Fog::Compute::Proxmox::Containers

Containers Collection

Public Class Methods

new(attributes = {}) click to toggle source
Calls superclass method Fog::Compute::Proxmox::Servers.new
# File lib/fog/compute/proxmox/models/containers.rb, line 28
def initialize(attributes = {})
  super(attributes)
end

Public Instance Methods

new(attributes = {}) click to toggle source
Calls superclass method Fog::Compute::Proxmox::Servers.new
# File lib/fog/compute/proxmox/models/containers.rb, line 36
def new(attributes = {})
  super({ node: node, type: type }.merge(attributes))
end
type() click to toggle source
# File lib/fog/compute/proxmox/models/containers.rb, line 32
def type
  'lxc'
end