pub struct Image {
Show 34 fields pub architecture: Option<String>, pub archive_size_bytes: Option<i64>, pub creation_timestamp: Option<String>, pub deprecated: Option<DeprecationStatus>, pub description: Option<String>, pub disk_size_gb: Option<i64>, pub enable_confidential_compute: Option<bool>, pub family: Option<String>, pub guest_os_features: Vec<GuestOsFeature>, pub id: Option<u64>, pub image_encryption_key: Option<CustomerEncryptionKey>, pub kind: Option<String>, pub label_fingerprint: Option<String>, pub labels: BTreeMap<String, String>, pub license_codes: Vec<i64>, pub licenses: Vec<String>, pub name: Option<String>, pub raw_disk: Option<RawDisk>, pub satisfies_pzi: Option<bool>, pub satisfies_pzs: Option<bool>, pub self_link: Option<String>, pub shielded_instance_initial_state: Option<InitialStateConfig>, pub source_disk: Option<String>, pub source_disk_encryption_key: Option<CustomerEncryptionKey>, pub source_disk_id: Option<String>, pub source_image: Option<String>, pub source_image_encryption_key: Option<CustomerEncryptionKey>, pub source_image_id: Option<String>, pub source_snapshot: Option<String>, pub source_snapshot_encryption_key: Option<CustomerEncryptionKey>, pub source_snapshot_id: Option<String>, pub source_type: Option<String>, pub status: Option<String>, pub storage_locations: Vec<String>,
}
Expand description

Represents an Image resource. You can use images to create boot disks for your VM instances. For more information, read Images.

Fields§

§architecture: Option<String>

The architecture of the image. Valid values are ARM64 or X86_64. Check the Architecture enum for the list of possible values.

§archive_size_bytes: Option<i64>

Size of the image tar.gz archive stored in Google Cloud Storage (in bytes).

§creation_timestamp: Option<String>

[Output Only] Creation timestamp in RFC3339 text format.

§deprecated: Option<DeprecationStatus>

The deprecation status associated with this image.

§description: Option<String>

An optional description of this resource. Provide this property when you create the resource.

§disk_size_gb: Option<i64>

Size of the image when restored onto a persistent disk (in GB).

§enable_confidential_compute: Option<bool>

Whether this image is created from a confidential compute mode disk. [Output Only]: This field is not set by user, but from source disk.

§family: Option<String>

The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.

§guest_os_features: Vec<GuestOsFeature>

A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.

§id: Option<u64>

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

§image_encryption_key: Option<CustomerEncryptionKey>

Encrypts the image using a customer-supplied encryption key. After you encrypt an image with a customer-supplied key, you must provide the same key if you use the image later (e.g. to create a disk from the image). Customer-supplied encryption keys do not protect access to metadata of the disk. If you do not provide an encryption key when creating the image, then the disk will be encrypted using an automatically generated key and you do not need to provide a key to use the image later.

§kind: Option<String>

[Output Only] Type of the resource. Always compute#image for images.

§label_fingerprint: Option<String>

A fingerprint for the labels being applied to this image, which is essentially a hash of the labels used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an image.

§labels: BTreeMap<String, String>

Labels to apply to this image. These can be later modified by the setLabels method.

§license_codes: Vec<i64>

Integer license codes indicating which licenses are attached to this image.

§licenses: Vec<String>

Any applicable license URI.

§name: Option<String>

Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z](\[-a-z0-9\]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

§raw_disk: Option<RawDisk>

The parameters of the raw disk image.

§satisfies_pzi: Option<bool>

Output only. Reserved for future use.

§satisfies_pzs: Option<bool>

[Output Only] Reserved for future use.

§self_link: Option<String>

[Output Only] Server-defined URL for the resource.

§shielded_instance_initial_state: Option<InitialStateConfig>

Set the secure boot keys of shielded instance.

§source_disk: Option<String>

URL of the source disk used to create this image. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL

§source_disk_encryption_key: Option<CustomerEncryptionKey>

The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.

§source_disk_id: Option<String>

[Output Only] The ID value of the disk used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given disk name.

§source_image: Option<String>

URL of the source image used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ images/image_name - projects/project_id/global/images/image_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL

§source_image_encryption_key: Option<CustomerEncryptionKey>

The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key.

§source_image_id: Option<String>

[Output Only] The ID value of the image used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given image name.

§source_snapshot: Option<String>

URL of the source snapshot used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ snapshots/snapshot_name - projects/project_id/global/snapshots/snapshot_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL

§source_snapshot_encryption_key: Option<CustomerEncryptionKey>

The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key.

§source_snapshot_id: Option<String>

[Output Only] The ID value of the snapshot used to create this image. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given snapshot name.

§source_type: Option<String>

The type of the image used to create this disk. The default and only valid value is RAW. Check the SourceType enum for the list of possible values.

§status: Option<String>

[Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY. Check the Status enum for the list of possible values.

§storage_locations: Vec<String>

Cloud Storage bucket storage location of the image (regional or multi-regional).

Implementations§

source§

impl Image

source

pub fn id(&self) -> u64

Returns the value of id, or the default value if id is unset.

source

pub fn kind(&self) -> &str

Returns the value of kind, or the default value if kind is unset.

source

pub fn name(&self) -> &str

Returns the value of name, or the default value if name is unset.

source

pub fn creation_timestamp(&self) -> &str

Returns the value of creation_timestamp, or the default value if creation_timestamp is unset.

source

pub fn source_image(&self) -> &str

Returns the value of source_image, or the default value if source_image is unset.

source

pub fn source_image_id(&self) -> &str

Returns the value of source_image_id, or the default value if source_image_id is unset.

source

pub fn source_snapshot_id(&self) -> &str

Returns the value of source_snapshot_id, or the default value if source_snapshot_id is unset.

source

pub fn enable_confidential_compute(&self) -> bool

Returns the value of enable_confidential_compute, or the default value if enable_confidential_compute is unset.

source

pub fn source_snapshot(&self) -> &str

Returns the value of source_snapshot, or the default value if source_snapshot is unset.

source

pub fn label_fingerprint(&self) -> &str

Returns the value of label_fingerprint, or the default value if label_fingerprint is unset.

source

pub fn status(&self) -> &str

Returns the value of status, or the default value if status is unset.

source

pub fn architecture(&self) -> &str

Returns the value of architecture, or the default value if architecture is unset.

source

pub fn disk_size_gb(&self) -> i64

Returns the value of disk_size_gb, or the default value if disk_size_gb is unset.

source

pub fn family(&self) -> &str

Returns the value of family, or the default value if family is unset.

source

pub fn archive_size_bytes(&self) -> i64

Returns the value of archive_size_bytes, or the default value if archive_size_bytes is unset.

source

pub fn description(&self) -> &str

Returns the value of description, or the default value if description is unset.

source

pub fn source_disk(&self) -> &str

Returns the value of source_disk, or the default value if source_disk is unset.

source

pub fn source_type(&self) -> &str

Returns the value of source_type, or the default value if source_type is unset.

source

pub fn source_disk_id(&self) -> &str

Returns the value of source_disk_id, or the default value if source_disk_id is unset.

Returns the value of self_link, or the default value if self_link is unset.

source

pub fn satisfies_pzi(&self) -> bool

Returns the value of satisfies_pzi, or the default value if satisfies_pzi is unset.

source

pub fn satisfies_pzs(&self) -> bool

Returns the value of satisfies_pzs, or the default value if satisfies_pzs is unset.

Trait Implementations§

source§

impl Clone for Image

source§

fn clone(&self) -> Image

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Image

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Image

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Message for Image

source§

fn encoded_len(&self) -> usize

Returns the encoded length of the message without a length delimiter.
source§

fn clear(&mut self)

Clears the message, resetting all fields to their default.
source§

fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
where B: BufMut, Self: Sized,

Encodes the message to a buffer. Read more
source§

fn encode_to_vec(&self) -> Vec<u8>
where Self: Sized,

Encodes the message to a newly allocated buffer.
source§

fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
where B: BufMut, Self: Sized,

Encodes the message with a length-delimiter to a buffer. Read more
source§

fn encode_length_delimited_to_vec(&self) -> Vec<u8>
where Self: Sized,

Encodes the message with a length-delimiter to a newly allocated buffer.
source§

fn decode<B>(buf: B) -> Result<Self, DecodeError>
where B: Buf, Self: Default,

Decodes an instance of the message from a buffer. Read more
source§

fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
where B: Buf, Self: Default,

Decodes a length-delimited instance of the message from the buffer.
source§

fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
where B: Buf, Self: Sized,

Decodes an instance of the message from a buffer, and merges it into self. Read more
source§

fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
where B: Buf, Self: Sized,

Decodes a length-delimited instance of the message from buffer, and merges it into self.
source§

impl PartialEq for Image

source§

fn eq(&self, other: &Image) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for Image

Auto Trait Implementations§

§

impl Freeze for Image

§

impl RefUnwindSafe for Image

§

impl Send for Image

§

impl Sync for Image

§

impl Unpin for Image

§

impl UnwindSafe for Image

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> FromRef<T> for T
where T: Clone,

§

fn from_ref(input: &T) -> T

Converts to this type from a reference to the input type.
§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoRequest<T> for T

source§

fn into_request(self) -> Request<T>

Wrap the input message T in a tonic::Request
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more