Struct oxide_api::types::NetworkInterface
source · [−]pub struct NetworkInterface {
pub identity: User,
pub instance_id: String,
pub ip: String,
pub mac: String,
pub subnet_id: String,
pub vpc_id: String,
}Expand description
A NetworkInterface represents a virtual network interface device.
Fields
identity: User- Client view of a
User
instance_id: String- human-readable free-form text about a resource
ip: String- human-readable free-form text about a resource
mac: String- human-readable free-form text about a resource
subnet_id: String- human-readable free-form text about a resource
vpc_id: String- human-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