Method: LinodeOpenapiClient::Linode7#image
- Defined in:
- lib/linode_openapi_client/models/linode7.rb
#image ⇒ Object
An Image ID to deploy the Linode Disk from. Run the [List images](techdocs.akamai.com/linode-api/reference/get-images) operation with authentication to view all available Images. Official Linode Images start with linode/, while your Account’s Images start with private/. Creating a disk from a Private Image requires read_only or read_write permissions for that Image. Run the [Update a user’s grants](techdocs.akamai.com/linode-api/reference/put-user-grants) operation to adjust permissions for an Account Image.
69 70 71 |
# File 'lib/linode_openapi_client/models/linode7.rb', line 69 def image @image end |