public static class InterconnectLocationRegionInfo.Builder extends Object
Modifier and Type | Method and Description |
---|---|
InterconnectLocationRegionInfo |
build() |
InterconnectLocationRegionInfo.Builder |
clone() |
String |
getExpectedRttMs()
Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this
region.
|
String |
getLocationPresence()
Identifies the network presence of this location.
|
String |
getRegion()
URL for the region of this location.
|
InterconnectLocationRegionInfo.Builder |
mergeFrom(InterconnectLocationRegionInfo other) |
InterconnectLocationRegionInfo.Builder |
setExpectedRttMs(String expectedRttMs)
Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this
region.
|
InterconnectLocationRegionInfo.Builder |
setLocationPresence(String locationPresence)
Identifies the network presence of this location.
|
InterconnectLocationRegionInfo.Builder |
setRegion(String region)
URL for the region of this location.
|
public InterconnectLocationRegionInfo.Builder mergeFrom(InterconnectLocationRegionInfo other)
public String getExpectedRttMs()
public InterconnectLocationRegionInfo.Builder setExpectedRttMs(String expectedRttMs)
public String getLocationPresence()
public InterconnectLocationRegionInfo.Builder setLocationPresence(String locationPresence)
public String getRegion()
public InterconnectLocationRegionInfo.Builder setRegion(String region)
public InterconnectLocationRegionInfo build()
public InterconnectLocationRegionInfo.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.