Class LoadBalancerReference
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1.LoadBalancerReference
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<LoadBalancerReferenceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class LoadBalancerReference extends Object implements io.fabric8.kubernetes.api.builder.Editable<LoadBalancerReferenceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
LoadBalancerReference is a reference to a load balancer on IBM Cloud virtual private cloud(VPC).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoadBalancerReference()No args constructor for use in serializationLoadBalancerReference(String name, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoadBalancerReferenceBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()name of the LoadBalancer in IBM Cloud VPC.StringgetType()type of the LoadBalancer service supported by IBM Cloud VPC.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)name of the LoadBalancer in IBM Cloud VPC.voidsetType(String type)type of the LoadBalancer service supported by IBM Cloud VPC.LoadBalancerReferenceBuildertoBuilder()
-
-
-
Method Detail
-
getName
public String getName()
name of the LoadBalancer in IBM Cloud VPC. The name should be between 1 and 63 characters long and may consist of lowercase alphanumeric characters and hyphens only. The value must not end with a hyphen. It is a reference to existing LoadBalancer created by openshift installer component.
-
setName
public void setName(String name)
name of the LoadBalancer in IBM Cloud VPC. The name should be between 1 and 63 characters long and may consist of lowercase alphanumeric characters and hyphens only. The value must not end with a hyphen. It is a reference to existing LoadBalancer created by openshift installer component.
-
getType
public String getType()
type of the LoadBalancer service supported by IBM Cloud VPC. Currently, only Application LoadBalancer is supported. More details about Application LoadBalancer https://cloud.ibm.com/docs/vpc?topic=vpc-load-balancers-about&interface=ui Supported values are Application.
-
setType
public void setType(String type)
type of the LoadBalancer service supported by IBM Cloud VPC. Currently, only Application LoadBalancer is supported. More details about Application LoadBalancer https://cloud.ibm.com/docs/vpc?topic=vpc-load-balancers-about&interface=ui Supported values are Application.
-
edit
public LoadBalancerReferenceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<LoadBalancerReferenceBuilder>
-
toBuilder
public LoadBalancerReferenceBuilder toBuilder()
-
-