class Occi::Infrastructure::Storagelink

Public Instance Methods

deviceid() click to toggle source
# File lib/occi4/infrastructure/storagelink.rb, line 32
def deviceid
  @attributes.occi_.storagelink_.deviceid
end
deviceid=(deviceid) click to toggle source
# File lib/occi4/infrastructure/storagelink.rb, line 36
def deviceid=(deviceid)
  @attributes.occi!.storagelink!.deviceid = deviceid
end
mountpoint() click to toggle source
# File lib/occi4/infrastructure/storagelink.rb, line 40
def mountpoint
  @attributes.occi_.storagelink_.mountpoint
end
mountpoint=(mountpoint) click to toggle source
# File lib/occi4/infrastructure/storagelink.rb, line 44
def mountpoint=(mountpoint)
  @attributes.occi!.storagelink!.mountpoint = mountpoint
end
state() click to toggle source
# File lib/occi4/infrastructure/storagelink.rb, line 48
def state
  @attributes.occi_.storagelink_.state
end
state=(state) click to toggle source
# File lib/occi4/infrastructure/storagelink.rb, line 52
def state=(state)
  @attributes.occi!.storagelink!.state = state
end