pub struct CoipPool {
pub local_gateway_route_table_id: Option<String>,
pub pool_cidrs: Option<Vec<String>>,
pub pool_id: Option<String>,
pub tags: Option<Vec<Tag>>,
}Expand description
Describes a customer-owned address pool.
Fields§
§local_gateway_route_table_id: Option<String>The ID of the local gateway route table.
pool_cidrs: Option<Vec<String>>The address ranges of the address pool.
pool_id: Option<String>The ID of the address pool.
The tags.
Trait Implementations§
impl StructuralPartialEq for CoipPool
Auto Trait Implementations§
impl Freeze for CoipPool
impl RefUnwindSafe for CoipPool
impl Send for CoipPool
impl Sync for CoipPool
impl Unpin for CoipPool
impl UnwindSafe for CoipPool
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