pub struct GetAddressResult {Show 14 fields
pub address: Output<String>,
pub address_type: Output<String>,
pub id: Output<String>,
pub name: Output<String>,
pub network: Output<String>,
pub network_tier: Output<String>,
pub prefix_length: Output<i32>,
pub project: Output<String>,
pub purpose: Output<String>,
pub region: Output<String>,
pub self_link: Output<String>,
pub status: Output<String>,
pub subnetwork: Output<String>,
pub users: Output<String>,
}
Fields§
§address: Output<String>
The IP of the created resource.
address_type: Output<String>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
name: Output<String>
§network: Output<String>
§network_tier: Output<String>
§prefix_length: Output<i32>
§project: Output<String>
§purpose: Output<String>
§region: Output<String>
§self_link: Output<String>
The URI of the created resource.
status: Output<String>
Indicates if the address is used. Possible values are: RESERVED or IN_USE.
subnetwork: Output<String>
§users: Output<String>
Auto Trait Implementations§
impl Freeze for GetAddressResult
impl RefUnwindSafe for GetAddressResult
impl Send for GetAddressResult
impl Sync for GetAddressResult
impl Unpin for GetAddressResult
impl UnwindSafe for GetAddressResult
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