pub struct EndpointIpamConfig {
pub i_pv4_address: Option<String>,
pub i_pv6_address: Option<String>,
pub link_local_i_ps: Option<Vec<String>>,
}
Available on crate feature
v5
only.Expand description
EndpointIPAMConfig represents IPAM configurations for the endpoint
Fields§
§i_pv4_address: Option<String>
§i_pv6_address: Option<String>
§link_local_i_ps: Option<Vec<String>>
Trait Implementations§
Source§impl Debug for EndpointIpamConfig
impl Debug for EndpointIpamConfig
Source§impl Default for EndpointIpamConfig
impl Default for EndpointIpamConfig
Source§fn default() -> EndpointIpamConfig
fn default() -> EndpointIpamConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EndpointIpamConfig
impl<'de> Deserialize<'de> for EndpointIpamConfig
Source§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
Auto Trait Implementations§
impl Freeze for EndpointIpamConfig
impl RefUnwindSafe for EndpointIpamConfig
impl Send for EndpointIpamConfig
impl Sync for EndpointIpamConfig
impl Unpin for EndpointIpamConfig
impl UnwindSafe for EndpointIpamConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more