Class LoadBalancerProfile
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.LoadBalancerProfile
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LoadBalancerProfile
extends com.ibm.cloud.sdk.core.service.model.GenericModel
LoadBalancerProfile.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The product family this load balancer profile belongs to. -
Method Summary
Modifier and TypeMethodDescriptionGets the accessModes.Gets the availability.Gets the family.getHref()
Gets the href.Gets the instanceGroupsSupported.Gets the loggingSupported.getName()
Gets the name.Gets the routeModeSupported.Gets the securityGroupsSupported.Gets the sourceIpSessionPersistenceSupported.Gets the udpSupported.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getAccessModes
Gets the accessModes.- Returns:
- the accessModes
-
getAvailability
Gets the availability.- Returns:
- the availability
-
getFamily
Gets the family. The product family this load balancer profile belongs to. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the family
-
getHref
-
getInstanceGroupsSupported
Gets the instanceGroupsSupported.- Returns:
- the instanceGroupsSupported
-
getLoggingSupported
Gets the loggingSupported. Indicates which logging type(s) are supported for a load balancer with this profile.- Returns:
- the loggingSupported
-
getName
Gets the name. The globally unique name for this load balancer profile.- Returns:
- the name
-
getRouteModeSupported
Gets the routeModeSupported.- Returns:
- the routeModeSupported
-
getSecurityGroupsSupported
Gets the securityGroupsSupported.- Returns:
- the securityGroupsSupported
-
getSourceIpSessionPersistenceSupported
public LoadBalancerProfileSourceIPSessionPersistenceSupported getSourceIpSessionPersistenceSupported()Gets the sourceIpSessionPersistenceSupported.- Returns:
- the sourceIpSessionPersistenceSupported
-
getUdpSupported
Gets the udpSupported.- Returns:
- the udpSupported
-