pub struct GoogleCloudEventarcV1PipelineDestinationNetworkConfig {
pub network_attachment: Option<String>,
}Expand description
Represents a network config to be used for destination resolution and connectivity.
This type is not used in any activity, and only used as part of another schema.
Fields§
§network_attachment: Option<String>Required. Name of the NetworkAttachment that allows access to the consumer VPC. Format: projects/{PROJECT_ID}/regions/{REGION}/networkAttachments/{NETWORK_ATTACHMENT_NAME}
Trait Implementations§
Source§impl Clone for GoogleCloudEventarcV1PipelineDestinationNetworkConfig
impl Clone for GoogleCloudEventarcV1PipelineDestinationNetworkConfig
Source§fn clone(&self) -> GoogleCloudEventarcV1PipelineDestinationNetworkConfig
fn clone(&self) -> GoogleCloudEventarcV1PipelineDestinationNetworkConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GoogleCloudEventarcV1PipelineDestinationNetworkConfig
impl Default for GoogleCloudEventarcV1PipelineDestinationNetworkConfig
Source§fn default() -> GoogleCloudEventarcV1PipelineDestinationNetworkConfig
fn default() -> GoogleCloudEventarcV1PipelineDestinationNetworkConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudEventarcV1PipelineDestinationNetworkConfig
impl<'de> Deserialize<'de> for GoogleCloudEventarcV1PipelineDestinationNetworkConfig
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 GoogleCloudEventarcV1PipelineDestinationNetworkConfig
Auto Trait Implementations§
impl Freeze for GoogleCloudEventarcV1PipelineDestinationNetworkConfig
impl RefUnwindSafe for GoogleCloudEventarcV1PipelineDestinationNetworkConfig
impl Send for GoogleCloudEventarcV1PipelineDestinationNetworkConfig
impl Sync for GoogleCloudEventarcV1PipelineDestinationNetworkConfig
impl Unpin for GoogleCloudEventarcV1PipelineDestinationNetworkConfig
impl UnsafeUnpin for GoogleCloudEventarcV1PipelineDestinationNetworkConfig
impl UnwindSafe for GoogleCloudEventarcV1PipelineDestinationNetworkConfig
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