Class ProviderLoadBalancerParameters

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ProviderLoadBalancerParametersBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ProviderLoadBalancerParameters
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ProviderLoadBalancerParametersBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ProviderLoadBalancerParameters holds desired load balancer information specific to the underlying infrastructure provider.
    See Also:
    Serialized Form
    • Method Detail

      • getAws

        public AWSLoadBalancerParameters getAws()
        ProviderLoadBalancerParameters holds desired load balancer information specific to the underlying infrastructure provider.
      • setAws

        public void setAws​(AWSLoadBalancerParameters aws)
        ProviderLoadBalancerParameters holds desired load balancer information specific to the underlying infrastructure provider.
      • getGcp

        public GCPLoadBalancerParameters getGcp()
        ProviderLoadBalancerParameters holds desired load balancer information specific to the underlying infrastructure provider.
      • setGcp

        public void setGcp​(GCPLoadBalancerParameters gcp)
        ProviderLoadBalancerParameters holds desired load balancer information specific to the underlying infrastructure provider.
      • getIbm

        public IBMLoadBalancerParameters getIbm()
        ProviderLoadBalancerParameters holds desired load balancer information specific to the underlying infrastructure provider.
      • setIbm

        public void setIbm​(IBMLoadBalancerParameters ibm)
        ProviderLoadBalancerParameters holds desired load balancer information specific to the underlying infrastructure provider.
      • getOpenstack

        public OpenStackLoadBalancerParameters getOpenstack()
        ProviderLoadBalancerParameters holds desired load balancer information specific to the underlying infrastructure provider.
      • setOpenstack

        public void setOpenstack​(OpenStackLoadBalancerParameters openstack)
        ProviderLoadBalancerParameters holds desired load balancer information specific to the underlying infrastructure provider.
      • getType

        public String getType()
        type is the underlying infrastructure provider for the load balancer. Allowed values are "AWS", "Azure", "BareMetal", "GCP", "IBM", "Nutanix", "OpenStack", and "VSphere".
      • setType

        public void setType​(String type)
        type is the underlying infrastructure provider for the load balancer. Allowed values are "AWS", "Azure", "BareMetal", "GCP", "IBM", "Nutanix", "OpenStack", and "VSphere".
      • getAdditionalProperties

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

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

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