[−][src]Struct rusoto_lightsail::Blueprint
Describes a blueprint (a virtual private server image).
Fields
blueprint_id: Option<String>
The ID for the virtual private server image (e.g., app_wordpress_4_4
or app_lamp_7_0
).
description: Option<String>
The description of the blueprint.
group: Option<String>
The group name of the blueprint (e.g., amazon-linux
).
is_active: Option<bool>
A Boolean value indicating whether the blueprint is active. Inactive blueprints are listed to support customers with existing instances but are not necessarily available for launch of new instances. Blueprints are marked inactive when they become outdated due to operating system updates or new application releases.
license_url: Option<String>
The end-user license agreement URL for the image or blueprint.
min_power: Option<i64>
The minimum bundle power required to run this blueprint. For example, you need a bundle with a power value of 500 or more to create an instance that uses a blueprint with a minimum power value of 500. 0
indicates that the blueprint runs on all instance sizes.
name: Option<String>
The friendly name of the blueprint (e.g., Amazon Linux
).
platform: Option<String>
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
product_url: Option<String>
The product URL to learn more about the image or blueprint.
type_: Option<String>
The type of the blueprint (e.g., os
or app
).
version: Option<String>
The version number of the operating system, application, or stack (e.g., 2016.03.0
).
version_code: Option<String>
The version code.
Trait Implementations
impl PartialEq<Blueprint> for Blueprint
[src]
impl Default for Blueprint
[src]
impl Clone for Blueprint
[src]
fn clone(&self) -> Blueprint
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Blueprint
[src]
impl<'de> Deserialize<'de> for Blueprint
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self