Struct oxide_api::types::NetworkInterface
source · [−]pub struct NetworkInterface {
pub description: String,
pub id: String,
pub instance_id: String,
pub ip: String,
pub mac: String,
pub name: String,
pub subnet_id: String,
pub time_created: Option<DateTime<Utc>>,
pub time_modified: Option<DateTime<Utc>>,
pub vpc_id: String,
}Expand description
A NetworkInterface represents a virtual network interface device.
Fields
description: Stringhuman-readable free-form text about a resource
id: Stringhuman-readable free-form text about a resource
instance_id: Stringhuman-readable free-form text about a resource
ip: Stringhuman-readable free-form text about a resource
mac: Stringhuman-readable free-form text about a resource
name: Stringhuman-readable free-form text about a resource
subnet_id: Stringhuman-readable free-form text about a resource
time_created: Option<DateTime<Utc>>timestamp when this resource was created
time_modified: Option<DateTime<Utc>>timestamp when this resource was created
vpc_id: Stringhuman-readable free-form text about a resource
Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NetworkInterface
impl Send for NetworkInterface
impl Sync for NetworkInterface
impl Unpin for NetworkInterface
impl UnwindSafe for NetworkInterface
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more