Class 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 Detail

      • LoadBalancerReference

        public LoadBalancerReference()
        No args constructor for use in serialization
      • LoadBalancerReference

        public LoadBalancerReference​(String name,
                                     String type)
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)