Resource: InstanceAttachment
InstanceAttachment represents the installation of an environment onto an instance.
| JSON representation |
|---|
{ "name": string, "environment": string, "createdAt": string } |
| Fields | |
|---|---|
name |
Output only. ID of the attachment. |
environment |
ID of the attached environment. |
createdAt |
Output only. Time the attachment was created in milliseconds since epoch. |
Methods |
|
|---|---|
|
Creates a new attachment of an environment to an instance. |
|
Deletes an attachment. |
|
Gets an attachment. |
|
Lists all attachments to an instance. |