Struct podman_api::models::EndpointSettings
source · 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_pv_6_address: Option<String>,
pub global_i_pv_6_prefix_len: Option<i64>,
pub ipam_config: Option<EndpointIpamConfig>,
pub ip_address: Option<String>,
pub ip_prefix_len: Option<i64>,
pub i_pv_6_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_pv_6_address: Option<String>
§global_i_pv_6_prefix_len: Option<i64>
§ipam_config: Option<EndpointIpamConfig>
§ip_address: Option<String>
§ip_prefix_len: Option<i64>
§i_pv_6_gateway: Option<String>
§links: Option<Vec<String, Global>>
§mac_address: Option<String>
§network_id: Option<String>
Operational data
Trait Implementations§
source§impl Clone for EndpointSettings
impl Clone for EndpointSettings
source§fn clone(&self) -> EndpointSettings
fn clone(&self) -> EndpointSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EndpointSettings
impl Debug for EndpointSettings
source§impl<'de> Deserialize<'de> for EndpointSettings
impl<'de> Deserialize<'de> for EndpointSettings
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<EndpointSettings, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
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
source§impl PartialEq<EndpointSettings> for EndpointSettings
impl PartialEq<EndpointSettings> for EndpointSettings
source§fn eq(&self, other: &EndpointSettings) -> bool
fn eq(&self, other: &EndpointSettings) -> bool
source§impl Serialize for EndpointSettings
impl Serialize for EndpointSettings
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
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