Struct redfish_codegen::models::zone::v1_6_1::AddEndpointRequestBody
source · pub struct AddEndpointRequestBody {
pub endpoint: IdRef,
pub endpoint_e_tag: Option<String>,
pub zone_e_tag: Option<String>,
}
Expand description
This action adds an endpoint to a zone.
Fields§
§endpoint: IdRef
§endpoint_e_tag: Option<String>
The current ETag of the endpoint to add to the zone.
zone_e_tag: Option<String>
The current ETag of the zone.
Trait Implementations§
source§impl Clone for AddEndpointRequestBody
impl Clone for AddEndpointRequestBody
source§fn clone(&self) -> AddEndpointRequestBody
fn clone(&self) -> AddEndpointRequestBody
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 AddEndpointRequestBody
impl Debug for AddEndpointRequestBody
source§impl Default for AddEndpointRequestBody
impl Default for AddEndpointRequestBody
source§fn default() -> AddEndpointRequestBody
fn default() -> AddEndpointRequestBody
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AddEndpointRequestBody
impl<'de> Deserialize<'de> for AddEndpointRequestBody
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