pub struct GetCoipPoolResult {
pub arn: Output<String>,
pub filters: Output<Option<Vec<GetCoipPoolFilter>>>,
pub id: Output<String>,
pub local_gateway_route_table_id: Output<String>,
pub pool_cidrs: Output<Vec<String>>,
pub pool_id: Output<String>,
pub tags: Output<HashMap<String, String>>,
}
Fields§
§arn: Output<String>
ARN of the COIP pool
filters: Output<Option<Vec<GetCoipPoolFilter>>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
local_gateway_route_table_id: Output<String>
§pool_cidrs: Output<Vec<String>>
Set of CIDR blocks in pool
pool_id: Output<String>
Auto Trait Implementations§
impl Freeze for GetCoipPoolResult
impl RefUnwindSafe for GetCoipPoolResult
impl Send for GetCoipPoolResult
impl Sync for GetCoipPoolResult
impl Unpin for GetCoipPoolResult
impl UnwindSafe for GetCoipPoolResult
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