pub struct RoutingVPC {
pub required_for_new_site_to_site_data_transfer_spokes: Option<bool>,
pub uri: Option<String>,
}Expand description
RoutingVPC contains information about the VPC networks associated with the spokes of a Network Connectivity Center hub.
This type is not used in any activity, and only used as part of another schema.
Fields§
§required_for_new_site_to_site_data_transfer_spokes: Option<bool>Output only. If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network. At most, one VPC network will have this field set to true.
uri: Option<String>The URI of the VPC network.
Trait Implementations§
Source§impl Clone for RoutingVPC
impl Clone for RoutingVPC
Source§fn clone(&self) -> RoutingVPC
fn clone(&self) -> RoutingVPC
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 RoutingVPC
impl Debug for RoutingVPC
Source§impl Default for RoutingVPC
impl Default for RoutingVPC
Source§fn default() -> RoutingVPC
fn default() -> RoutingVPC
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RoutingVPC
impl<'de> Deserialize<'de> for RoutingVPC
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 RoutingVPC
impl Serialize for RoutingVPC
impl Part for RoutingVPC
Auto Trait Implementations§
impl Freeze for RoutingVPC
impl RefUnwindSafe for RoutingVPC
impl Send for RoutingVPC
impl Sync for RoutingVPC
impl Unpin for RoutingVPC
impl UnwindSafe for RoutingVPC
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