pub struct MirroringEndpointGroupAssociationDetails {
pub name: Option<String>,
pub network: Option<String>,
pub state: Option<String>,
}Expand description
The endpoint group’s view of a connected association.
This type is not used in any activity, and only used as part of another schema.
Fields§
§name: Option<String>Output only. The connected association’s resource name, for example: projects/123456789/locations/global/mirroringEndpointGroupAssociations/my-ega. See https://google.aip.dev/124.
network: Option<String>Output only. The associated network, for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.
state: Option<String>Output only. Most recent known state of the association.
Trait Implementations§
Source§impl Clone for MirroringEndpointGroupAssociationDetails
impl Clone for MirroringEndpointGroupAssociationDetails
Source§fn clone(&self) -> MirroringEndpointGroupAssociationDetails
fn clone(&self) -> MirroringEndpointGroupAssociationDetails
Returns a duplicate 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 Default for MirroringEndpointGroupAssociationDetails
impl Default for MirroringEndpointGroupAssociationDetails
Source§fn default() -> MirroringEndpointGroupAssociationDetails
fn default() -> MirroringEndpointGroupAssociationDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MirroringEndpointGroupAssociationDetails
impl<'de> Deserialize<'de> for MirroringEndpointGroupAssociationDetails
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
impl Part for MirroringEndpointGroupAssociationDetails
Auto Trait Implementations§
impl Freeze for MirroringEndpointGroupAssociationDetails
impl RefUnwindSafe for MirroringEndpointGroupAssociationDetails
impl Send for MirroringEndpointGroupAssociationDetails
impl Sync for MirroringEndpointGroupAssociationDetails
impl Unpin for MirroringEndpointGroupAssociationDetails
impl UnwindSafe for MirroringEndpointGroupAssociationDetails
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