Struct podman_api_stubs::models::IpamConfig [−][src]
pub struct IpamConfig {
pub auxiliary_addresses: Option<HashMap<String, String>>,
pub gateway: Option<String>,
pub ip_range: Option<String>,
pub subnet: Option<String>,
}
Expand description
IPAMConfig represents IPAM configurations
Fields
auxiliary_addresses: Option<HashMap<String, String>>
gateway: Option<String>
ip_range: Option<String>
subnet: Option<String>
Implementations
pub fn with_auxiliary_addresses(
self,
auxiliary_addresses: HashMap<String, String>
) -> IpamConfig
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 IpamConfig
impl Send for IpamConfig
impl Sync for IpamConfig
impl Unpin for IpamConfig
impl UnwindSafe for IpamConfig
Blanket Implementations
Mutably borrows from an owned value. Read more