Struct scaleway_api_rs::models::scaleway_apple_silicon_v1alpha1_server::ScalewayAppleSiliconV1alpha1Server[][src]

pub struct ScalewayAppleSiliconV1alpha1Server {
    pub id: Option<String>,
    pub _type: Option<String>,
    pub name: Option<String>,
    pub project_id: Option<String>,
    pub organization_id: Option<String>,
    pub ip: Option<String>,
    pub vnc_url: Option<String>,
    pub status: Option<Status>,
    pub created_at: Option<String>,
    pub updated_at: Option<String>,
    pub deletable_at: Option<String>,
    pub zone: Option<String>,
}

Fields

id: Option<String>

UUID of the server

_type: Option<String>

Type of the server

name: Option<String>

Name of the server

project_id: Option<String>

Project this server is associated with

organization_id: Option<String>

Organization this server is associated with

ip: Option<String>

IPv4 address of the server (IPv4 address)

vnc_url: Option<String>

URL of the VNC

status: Option<Status>

Current status of the server

created_at: Option<String>

The date at which the server was created

updated_at: Option<String>

The date at which the server was last updated

deletable_at: Option<String>

The date at which the server was last deleted

zone: Option<String>

The zone of the server

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.