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