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