pub struct InterceptEndpointGroupAssociationDetails {
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/interceptEndpointGroupAssociations/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 InterceptEndpointGroupAssociationDetails
impl Clone for InterceptEndpointGroupAssociationDetails
Source§fn clone(&self) -> InterceptEndpointGroupAssociationDetails
fn clone(&self) -> InterceptEndpointGroupAssociationDetails
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 InterceptEndpointGroupAssociationDetails
impl Default for InterceptEndpointGroupAssociationDetails
Source§fn default() -> InterceptEndpointGroupAssociationDetails
fn default() -> InterceptEndpointGroupAssociationDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InterceptEndpointGroupAssociationDetails
impl<'de> Deserialize<'de> for InterceptEndpointGroupAssociationDetails
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 InterceptEndpointGroupAssociationDetails
Auto Trait Implementations§
impl Freeze for InterceptEndpointGroupAssociationDetails
impl RefUnwindSafe for InterceptEndpointGroupAssociationDetails
impl Send for InterceptEndpointGroupAssociationDetails
impl Sync for InterceptEndpointGroupAssociationDetails
impl Unpin for InterceptEndpointGroupAssociationDetails
impl UnwindSafe for InterceptEndpointGroupAssociationDetails
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