Class LocationOutput
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.direct_link.v1.model.LocationOutput
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class LocationOutput extends com.ibm.cloud.sdk.core.service.model.GenericModellocation.
- 
- 
Constructor SummaryConstructors Constructor Description LocationOutput()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBillingLocation()Gets the billingLocation.StringgetBuildingColocationOwner()Gets the buildingColocationOwner.StringgetDisplayName()Gets the displayName.StringgetLocationType()Gets the locationType.StringgetMarket()Gets the market.StringgetMarketGeography()Gets the marketGeography.StringgetName()Gets the name.StringgetOfferingType()Gets the offeringType.StringgetVpcRegion()Gets the vpcRegion.BooleanisMacsecEnabled()Gets the macsecEnabled.BooleanisMzr()Gets the mzr.BooleanisProvisionEnabled()Gets the provisionEnabled.
 
- 
- 
- 
Method Detail- 
getBillingLocationpublic String getBillingLocation() Gets the billingLocation. Billing location. Only present for locations where provisioning is enabled.- Returns:
- the billingLocation
 
 - 
getBuildingColocationOwnerpublic String getBuildingColocationOwner() Gets the buildingColocationOwner. Building colocation owner. Only present for offering_type=dedicated locations where provisioning is enabled.- Returns:
- the buildingColocationOwner
 
 - 
getDisplayNamepublic String getDisplayName() Gets the displayName. Location long name.- Returns:
- the displayName
 
 - 
getLocationTypepublic String getLocationType() Gets the locationType. Location type.- Returns:
- the locationType
 
 - 
isMacsecEnabledpublic Boolean isMacsecEnabled() Gets the macsecEnabled. Indicate whether location supports MACsec. Only returned for gateway type=dedicated locations. Contact IBM support for access to MACsec.- Returns:
- the macsecEnabled
 
 - 
getMarketpublic String getMarket() Gets the market. Location market.- Returns:
- the market
 
 - 
getMarketGeographypublic String getMarketGeography() Gets the marketGeography. Location geography. Only present for locations where provisioning is enabled.- Returns:
- the marketGeography
 
 - 
isMzrpublic Boolean isMzr() Gets the mzr. Is location a multi-zone region (MZR). Only present for locations where provisioning is enabled.- Returns:
- the mzr
 
 - 
getNamepublic String getName() Gets the name. Location short name.- Returns:
- the name
 
 - 
getOfferingTypepublic String getOfferingType() Gets the offeringType. Location offering type.- Returns:
- the offeringType
 
 - 
isProvisionEnabledpublic Boolean isProvisionEnabled() Gets the provisionEnabled. Indicates for the specific offering_type whether this location supports gateway provisioning.- Returns:
- the provisionEnabled
 
 - 
getVpcRegionpublic String getVpcRegion() Gets the vpcRegion. Location's VPC region. Only present for locations where provisioning is enabled.- Returns:
- the vpcRegion
 
 
- 
 
-