Class PrivateLinkServiceProperties


  • public final class PrivateLinkServiceProperties
    extends Object
    Properties of the private link service.
    • Constructor Detail

      • PrivateLinkServiceProperties

        public PrivateLinkServiceProperties()
    • Method Detail

      • loadBalancerFrontendIpConfigurations

        public List<FrontendIpConfigurationInner> loadBalancerFrontendIpConfigurations()
        Get the loadBalancerFrontendIpConfigurations property: An array of references to the load balancer IP configurations.
        Returns:
        the loadBalancerFrontendIpConfigurations value.
      • withLoadBalancerFrontendIpConfigurations

        public PrivateLinkServiceProperties withLoadBalancerFrontendIpConfigurations​(List<FrontendIpConfigurationInner> loadBalancerFrontendIpConfigurations)
        Set the loadBalancerFrontendIpConfigurations property: An array of references to the load balancer IP configurations.
        Parameters:
        loadBalancerFrontendIpConfigurations - the loadBalancerFrontendIpConfigurations value to set.
        Returns:
        the PrivateLinkServiceProperties object itself.
      • ipConfigurations

        public List<PrivateLinkServiceIpConfigurationInner> ipConfigurations()
        Get the ipConfigurations property: An array of private link service IP configurations.
        Returns:
        the ipConfigurations value.
      • withIpConfigurations

        public PrivateLinkServiceProperties withIpConfigurations​(List<PrivateLinkServiceIpConfigurationInner> ipConfigurations)
        Set the ipConfigurations property: An array of private link service IP configurations.
        Parameters:
        ipConfigurations - the ipConfigurations value to set.
        Returns:
        the PrivateLinkServiceProperties object itself.
      • networkInterfaces

        public List<NetworkInterfaceInner> networkInterfaces()
        Get the networkInterfaces property: An array of references to the network interfaces created for this private link service.
        Returns:
        the networkInterfaces value.
      • provisioningState

        public ProvisioningState provisioningState()
        Get the provisioningState property: The provisioning state of the private link service resource.
        Returns:
        the provisioningState value.
      • privateEndpointConnections

        public List<PrivateEndpointConnectionInner> privateEndpointConnections()
        Get the privateEndpointConnections property: An array of list about connections to the private endpoint.
        Returns:
        the privateEndpointConnections value.
      • fqdns

        public List<String> fqdns()
        Get the fqdns property: The list of Fqdn.
        Returns:
        the fqdns value.
      • withFqdns

        public PrivateLinkServiceProperties withFqdns​(List<String> fqdns)
        Set the fqdns property: The list of Fqdn.
        Parameters:
        fqdns - the fqdns value to set.
        Returns:
        the PrivateLinkServiceProperties object itself.
      • alias

        public String alias()
        Get the alias property: The alias of the private link service.
        Returns:
        the alias value.
      • enableProxyProtocol

        public Boolean enableProxyProtocol()
        Get the enableProxyProtocol property: Whether the private link service is enabled for proxy protocol or not.
        Returns:
        the enableProxyProtocol value.
      • withEnableProxyProtocol

        public PrivateLinkServiceProperties withEnableProxyProtocol​(Boolean enableProxyProtocol)
        Set the enableProxyProtocol property: Whether the private link service is enabled for proxy protocol or not.
        Parameters:
        enableProxyProtocol - the enableProxyProtocol value to set.
        Returns:
        the PrivateLinkServiceProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.