pub struct PscConfig {
pub endpoint_project: Option<String>,
}Expand description
Private Service Connect configuration.
This type is not used in any activity, and only used as part of another schema.
Fields§
§endpoint_project: Option<String>Optional. Consumer service project in which the Private Service Connect endpoint would be set up. This is optional, and only relevant in case the network is a shared VPC. If this is not specified, the endpoint would be setup in the VPC host project.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PscConfig
impl<'de> Deserialize<'de> for PscConfig
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 PscConfig
Auto Trait Implementations§
impl Freeze for PscConfig
impl RefUnwindSafe for PscConfig
impl Send for PscConfig
impl Sync for PscConfig
impl Unpin for PscConfig
impl UnwindSafe for PscConfig
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