Class PrivateServiceConnectStatusFluent<A extends PrivateServiceConnectStatusFluent<A>>

    • Constructor Detail

      • PrivateServiceConnectStatusFluent

        public PrivateServiceConnectStatusFluent()
    • Method Detail

      • getEndpoint

        public String getEndpoint()
      • withEndpoint

        public A withEndpoint​(String endpoint)
      • hasEndpoint

        public boolean hasEndpoint()
      • getEndpointAddress

        public String getEndpointAddress()
      • withEndpointAddress

        public A withEndpointAddress​(String endpointAddress)
      • hasEndpointAddress

        public boolean hasEndpointAddress()
      • getServiceAttachment

        public String getServiceAttachment()
      • withServiceAttachment

        public A withServiceAttachment​(String serviceAttachment)
      • hasServiceAttachment

        public boolean hasServiceAttachment()
      • getServiceAttachmentFirewall

        public String getServiceAttachmentFirewall()
      • withServiceAttachmentFirewall

        public A withServiceAttachmentFirewall​(String serviceAttachmentFirewall)
      • hasServiceAttachmentFirewall

        public boolean hasServiceAttachmentFirewall()
      • getServiceAttachmentSubnet

        public String getServiceAttachmentSubnet()
      • withServiceAttachmentSubnet

        public A withServiceAttachmentSubnet​(String serviceAttachmentSubnet)
      • hasServiceAttachmentSubnet

        public boolean hasServiceAttachmentSubnet()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

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

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()