Package com.ibm.cloud.is.vpc.v1.model
Class LoadBalancerDNS
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.LoadBalancerDNS
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LoadBalancerDNS extends com.ibm.cloud.sdk.core.service.model.GenericModel
The DNS configuration for this load balancer. If absent, DNS `A` records for this load balancer's `hostname` property will be added to the public DNS zone `lb.appdomain.cloud`. Not supported by private path load balancers.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DNSInstanceReferenceLoadBalancerDNSContext
getInstance()
Gets the instance.DNSZoneReference
getZone()
Gets the zone.
-
-
-
Method Detail
-
getInstance
public DNSInstanceReferenceLoadBalancerDNSContext getInstance()
Gets the instance. The DNS instance associated with this load balancer.- Returns:
- the instance
-
getZone
public DNSZoneReference getZone()
Gets the zone. The DNS zone associated with this load balancer.- Returns:
- the zone
-
-