Resource: ArchiveDeployment
Archive Deployment information.
JSON representation |
---|
{ "name": string, "labels": { string: string, ... }, "createdAt": string, "updatedAt": string, "operation": string, // Union field |
Fields | |
---|---|
name |
Name of the Archive Deployment in the following format: |
labels |
User-supplied key-value pairs used to organize ArchiveDeployments. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62} Label values must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store. An object containing a list of |
created |
Output only. The time at which the Archive Deployment was created in milliseconds since the epoch. |
updated |
Output only. The time at which the Archive Deployment was updated in milliseconds since the epoch. |
operation |
Output only. A reference to the LRO that created this Archive Deployment in the following format: |
Union field source . The location of the data used to create this ArchiveDeployment. source can be only one of the following: |
|
gcs |
Input only. The Google Cloud Storage signed URL returned from archiveDeployments.generateUploadUrl and used to upload the Archive zip file. |
Methods |
|
---|---|
|
Creates a new ArchiveDeployment. |
|
Deletes an archive deployment. |
|
Generates a signed URL for downloading the original zip file used to create an Archive Deployment. |
|
Generates a signed URL for uploading an Archive zip file to Google Cloud Storage. |
|
Gets the specified ArchiveDeployment. |
|
Lists the ArchiveDeployments in the specified Environment. |
|
Updates an existing ArchiveDeployment. |