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 Summary
Constructors Constructor Description LocationOutput()
-
Method Summary
All 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
-
getBillingLocation
public String getBillingLocation()
Gets the billingLocation. Billing location. Only present for locations where provisioning is enabled.- Returns:
- the billingLocation
-
getBuildingColocationOwner
public String getBuildingColocationOwner()
Gets the buildingColocationOwner. Building colocation owner. Only present for offering_type=dedicated locations where provisioning is enabled.- Returns:
- the buildingColocationOwner
-
getDisplayName
public String getDisplayName()
Gets the displayName. Location long name.- Returns:
- the displayName
-
getLocationType
public String getLocationType()
Gets the locationType. Location type.- Returns:
- the locationType
-
isMacsecEnabled
public 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
-
getMarket
public String getMarket()
Gets the market. Location market.- Returns:
- the market
-
getMarketGeography
public String getMarketGeography()
Gets the marketGeography. Location geography. Only present for locations where provisioning is enabled.- Returns:
- the marketGeography
-
isMzr
public Boolean isMzr()
Gets the mzr. Is location a multi-zone region (MZR). Only present for locations where provisioning is enabled.- Returns:
- the mzr
-
getName
public String getName()
Gets the name. Location short name.- Returns:
- the name
-
getOfferingType
public String getOfferingType()
Gets the offeringType. Location offering type.- Returns:
- the offeringType
-
isProvisionEnabled
public Boolean isProvisionEnabled()
Gets the provisionEnabled. Indicates for the specific offering_type whether this location supports gateway provisioning.- Returns:
- the provisionEnabled
-
getVpcRegion
public String getVpcRegion()
Gets the vpcRegion. Location's VPC region. Only present for locations where provisioning is enabled.- Returns:
- the vpcRegion
-
-