Struct google_compute1::api::InterconnectLocation [−][src]
Represents an Interconnect Attachment (VLAN) Location resource.
You can use this resource to find location details about an Interconnect attachment (VLAN). For more information about interconnect attachments, read Creating VLAN Attachments.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- get interconnect locations (response)
- list interconnect locations (none)
Fields
address: Option<String>[Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.
availability_zone: Option<String>[Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: “zone1” or “zone2”.
city: Option<String>[Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: “Chicago, IL”, “Amsterdam, Netherlands”.
continent: Option<String>[Output Only] Continent for this location, which can take one of the following values:
- AFRICA
- ASIA_PAC
- EUROPE
- NORTH_AMERICA
- SOUTH_AMERICA
creation_timestamp: Option<String>[Output Only] Creation timestamp in RFC3339 text format.
description: Option<String>[Output Only] An optional description of the resource.
facility_provider: Option<String>[Output Only] The name of the provider for this facility (e.g., EQUINIX).
facility_provider_facility_id: Option<String>[Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).
id: Option<String>[Output Only] The unique identifier for the resource. This identifier is defined by the server.
kind: Option<String>[Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.
name: Option<String>[Output Only] Name of the resource.
peeringdb_facility_id: Option<String>[Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).
region_infos: Option<Vec<InterconnectLocationRegionInfo>>[Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.
self_link: Option<String>[Output Only] Server-defined URL for the resource.
status: Option<String>[Output Only] The status of this InterconnectLocation, which can take one of the following values:
- CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects.
- AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.
Trait Implementations
impl Clone for InterconnectLocation[src]
fn clone(&self) -> InterconnectLocation[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for InterconnectLocation[src]
impl Default for InterconnectLocation[src]
fn default() -> InterconnectLocation[src]
impl<'de> Deserialize<'de> for InterconnectLocation[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Resource for InterconnectLocation[src]
impl ResponseResult for InterconnectLocation[src]
impl Serialize for InterconnectLocation[src]
Auto Trait Implementations
impl RefUnwindSafe for InterconnectLocation
impl Send for InterconnectLocation
impl Sync for InterconnectLocation
impl Unpin for InterconnectLocation
impl UnwindSafe for InterconnectLocation
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,