pub struct Images {
pub aliyun: Option<ReplicatedImage>,
pub aws: Option<ReplicatedImage>,
pub gcp: Option<GcpImage>,
pub ibmcloud: Option<ReplicatedObject>,
pub kubevirt: Option<ContainerImage>,
pub powervs: Option<ReplicatedObject>,
}Expand description
Public cloud images.
Fields§
§aliyun: Option<ReplicatedImage>Images for Aliyun
aws: Option<ReplicatedImage>Images for AWS.
gcp: Option<GcpImage>Images for GCP.
ibmcloud: Option<ReplicatedObject>Objects for IBMCloud
kubevirt: Option<ContainerImage>ContainerDisk for KubeVirt
powervs: Option<ReplicatedObject>Objects for PowerVS
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Images
impl<'de> Deserialize<'de> for Images
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Images
impl RefUnwindSafe for Images
impl Send for Images
impl Sync for Images
impl Unpin for Images
impl UnwindSafe for Images
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more