pub struct GetZonesResult {
pub id: Output<String>,
pub names: Output<Vec<String>>,
pub project: Output<String>,
pub region: Output<Option<String>>,
pub status: Output<Option<String>>,
}
Fields§
§id: Output<String>
The provider-assigned unique ID for this managed resource.
names: Output<Vec<String>>
A list of zones available in the given region
project: Output<String>
§region: Output<Option<String>>
§status: Output<Option<String>>
Auto Trait Implementations§
impl Freeze for GetZonesResult
impl RefUnwindSafe for GetZonesResult
impl Send for GetZonesResult
impl Sync for GetZonesResult
impl Unpin for GetZonesResult
impl UnwindSafe for GetZonesResult
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