Class PrivateServiceConnectStatus

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PrivateServiceConnectStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PrivateServiceConnectStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PrivateServiceConnectStatus contains the observed state for PrivateServiceConnect resources.
    See Also:
    Serialized Form
    • Constructor Detail

      • PrivateServiceConnectStatus

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

        public PrivateServiceConnectStatus​(String endpoint,
                                           String endpointAddress,
                                           String serviceAttachment,
                                           String serviceAttachmentFirewall,
                                           String serviceAttachmentSubnet)
    • Method Detail

      • getEndpoint

        public String getEndpoint()
        Endpoint is the selfLink of the endpoint created for the cluster.
      • setEndpoint

        public void setEndpoint​(String endpoint)
        Endpoint is the selfLink of the endpoint created for the cluster.
      • getEndpointAddress

        public String getEndpointAddress()
        EndpointAddress is the selfLink of the address created for the cluster endpoint.
      • setEndpointAddress

        public void setEndpointAddress​(String endpointAddress)
        EndpointAddress is the selfLink of the address created for the cluster endpoint.
      • getServiceAttachment

        public String getServiceAttachment()
        ServiceAttachment is the selfLink of the service attachment created for the clsuter.
      • setServiceAttachment

        public void setServiceAttachment​(String serviceAttachment)
        ServiceAttachment is the selfLink of the service attachment created for the clsuter.
      • getServiceAttachmentFirewall

        public String getServiceAttachmentFirewall()
        ServiceAttachmentFirewall is the selfLink of the firewall that allows traffic between the service attachment and the cluster's internal api load balancer.
      • setServiceAttachmentFirewall

        public void setServiceAttachmentFirewall​(String serviceAttachmentFirewall)
        ServiceAttachmentFirewall is the selfLink of the firewall that allows traffic between the service attachment and the cluster's internal api load balancer.
      • getServiceAttachmentSubnet

        public String getServiceAttachmentSubnet()
        ServiceAttachmentSubnet is the selfLink of the subnet that will contain the service attachment.
      • setServiceAttachmentSubnet

        public void setServiceAttachmentSubnet​(String serviceAttachmentSubnet)
        ServiceAttachmentSubnet is the selfLink of the subnet that will contain the service attachment.
      • getAdditionalProperties

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

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

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