pub struct PscInterfaceConfig {
pub network_attachment: Option<String>,
}Expand description
The PSC Interface configuration is used to create PSC Interface between Datastream and the consumer’s PSC.
This type is not used in any activity, and only used as part of another schema.
Fields§
§network_attachment: Option<String>Required. Fully qualified name of the Network Attachment that Datastream will connect to. Format: projects/{project}/regions/{region}/networkAttachments/{name}
Trait Implementations§
Source§impl Clone for PscInterfaceConfig
impl Clone for PscInterfaceConfig
Source§fn clone(&self) -> PscInterfaceConfig
fn clone(&self) -> PscInterfaceConfig
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 Debug for PscInterfaceConfig
impl Debug for PscInterfaceConfig
Source§impl Default for PscInterfaceConfig
impl Default for PscInterfaceConfig
Source§fn default() -> PscInterfaceConfig
fn default() -> PscInterfaceConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PscInterfaceConfig
impl<'de> Deserialize<'de> for PscInterfaceConfig
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
Source§impl Serialize for PscInterfaceConfig
impl Serialize for PscInterfaceConfig
impl Part for PscInterfaceConfig
Auto Trait Implementations§
impl Freeze for PscInterfaceConfig
impl RefUnwindSafe for PscInterfaceConfig
impl Send for PscInterfaceConfig
impl Sync for PscInterfaceConfig
impl Unpin for PscInterfaceConfig
impl UnwindSafe for PscInterfaceConfig
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