Struct podman_api::models::EndpointSettings [−][src]
pub struct EndpointSettings {Show 13 fields
pub aliases: Option<Vec<String, Global>>,
pub driver_opts: Option<HashMap<String, String, RandomState>>,
pub endpoint_id: Option<String>,
pub gateway: Option<String>,
pub global_i_pv6_address: Option<String>,
pub global_i_pv6_prefix_len: Option<i64>,
pub ipam_config: Option<EndpointIpamConfig>,
pub ip_address: Option<String>,
pub ip_prefix_len: Option<i64>,
pub i_pv6_gateway: Option<String>,
pub links: Option<Vec<String, Global>>,
pub mac_address: Option<String>,
pub network_id: Option<String>,
}
Expand description
EndpointSettings stores the network endpoint details
Fields
aliases: Option<Vec<String, Global>>
driver_opts: Option<HashMap<String, String, RandomState>>
endpoint_id: Option<String>
gateway: Option<String>
global_i_pv6_address: Option<String>
global_i_pv6_prefix_len: Option<i64>
ipam_config: Option<EndpointIpamConfig>
ip_address: Option<String>
ip_prefix_len: Option<i64>
i_pv6_gateway: Option<String>
links: Option<Vec<String, Global>>
mac_address: Option<String>
network_id: Option<String>
Operational data
Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<EndpointSettings, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<EndpointSettings, <__D as Deserializer<'de>>::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 !=
.
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for EndpointSettings
impl Send for EndpointSettings
impl Sync for EndpointSettings
impl Unpin for EndpointSettings
impl UnwindSafe for EndpointSettings
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