Struct scaleway_api_rs::models::scaleway_k8s_v1_node::ScalewayK8sV1Node[][src]

pub struct ScalewayK8sV1Node {
    pub id: Option<String>,
    pub pool_id: Option<String>,
    pub cluster_id: Option<String>,
    pub region: Option<String>,
    pub name: Option<String>,
    pub public_ip_v4: Option<String>,
    pub public_ip_v6: Option<String>,
    pub conditions: Option<HashMap<String, Value>>,
    pub status: Option<Status>,
    pub created_at: Option<String>,
    pub updated_at: Option<String>,
}

Fields

id: Option<String>

The ID of the node

pool_id: Option<String>

The pool ID of the node

cluster_id: Option<String>

The cluster ID of the node

region: Option<String>

The cluster region of the node

name: Option<String>

The name of the node

public_ip_v4: Option<String>

The public IPv4 address of the node (IPv4 address)

public_ip_v6: Option<String>

The public IPv6 address of the node (IPv6 address)

conditions: Option<HashMap<String, Value>>

These conditions contains the Node Problem Detector conditions, as well as some in house conditions.

status: Option<Status>

The status of the node

created_at: Option<String>

The date at which the node was created

updated_at: Option<String>

The date at which the node was last updated

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.