Struct scaleway_api_rs::models::scaleway_instance_v1_bootscript::ScalewayInstanceV1Bootscript[][src]

pub struct ScalewayInstanceV1Bootscript {
    pub bootcmdargs: Option<String>,
    pub default: Option<bool>,
    pub dtb: Option<String>,
    pub id: Option<String>,
    pub initrd: Option<String>,
    pub kernel: Option<String>,
    pub organization: Option<String>,
    pub project: Option<String>,
    pub public: Option<bool>,
    pub title: Option<String>,
    pub arch: Option<Arch>,
    pub zone: Option<String>,
}

Fields

bootcmdargs: Option<String>

The bootscript arguments

default: Option<bool>

Dispmay if the bootscript is the default bootscript if no other boot option is configured

dtb: Option<String>

Provide information regarding a Device Tree Binary (dtb) for use with C1 servers

id: Option<String>

The bootscript ID

initrd: Option<String>

The initrd (initial ramdisk) configuration

kernel: Option<String>

The server kernel version

organization: Option<String>

The bootscript organization ID

project: Option<String>

The bootscript project ID

public: Option<bool>

Provide information if the bootscript is public

title: Option<String>

The bootscript title

arch: Option<Arch>

The bootscript arch

zone: Option<String>

The zone in which is the bootscript

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

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

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

Performs the conversion.

The resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.