Struct openstack::network::Network

source ·
pub struct Network { /* private fields */ }
Expand description

Structure representing a single network.

Implementations

The administrative state of the network.

Set the administrative state of the network.

Set the administrative state of the network.

The availability zones for the network (if available).

Creation data and time (if available).

Network description.

Update the description.

Update the description.

DNS domain for the network (if available).

Update the DNS domain.

Update the DNS domain.

Whether the network is external (if available).

Configure whether the network is external.

Configure whether the network is external.

Unique ID.

Whether the network is the default pool (if available).

Configure whether the network is the default pool.

Configure whether the network is the default pool.

Whether there is L2 connectivity throughout the Network.

Network MTU (if available).

Set the network MTU.

Set the network MTU.

Network name.

Update the name.

Update the name.

Whether port security is enabled by default.

Configure whether port security is enabled by default.

Configure whether port security is enabled by default.

Whether the network is shared.

Configure whether the network is shared.

Configure whether the network is shared.

Last update data and time (if available).

VLAN transparency mode of the network.

Delete the network.

Whether the network is modified.

Save the changes to the network.

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
Converts to this type from the input type.

Refresh the network.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
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.