Package com.ibm.cloud.is.vpc.v1.model
Class LoadBalancerProfileReference
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.LoadBalancerProfileReference
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LoadBalancerProfileReference extends com.ibm.cloud.sdk.core.service.model.GenericModel
LoadBalancerProfileReference.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LoadBalancerProfileReference.Family
The product family this load balancer profile belongs to.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFamily()
Gets the family.String
getHref()
Gets the href.String
getName()
Gets the name.
-
-
-
Method Detail
-
getFamily
public String 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
public String getHref()
Gets the href. The URL for this load balancer profile.- Returns:
- the href
-
getName
public String getName()
Gets the name. The globally unique name for this load balancer profile.- Returns:
- the name
-
-