Class PrivateEndpointProperties


  • public final class PrivateEndpointProperties
    extends Object
    The properties associated with a private endpoint.
    • Constructor Detail

      • PrivateEndpointProperties

        public PrivateEndpointProperties()
    • Method Detail

      • createdDate

        public String createdDate()
        Get the createdDate property: The date when this private endpoint was created.
        Returns:
        the createdDate value.
      • manualPrivateLinkServiceConnections

        public List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections()
        Get the manualPrivateLinkServiceConnections property: A list of connections to the remote resource. Immutable after it is set.
        Returns:
        the manualPrivateLinkServiceConnections value.
      • withManualPrivateLinkServiceConnections

        public PrivateEndpointProperties withManualPrivateLinkServiceConnections​(List<PrivateLinkServiceConnection> manualPrivateLinkServiceConnections)
        Set the manualPrivateLinkServiceConnections property: A list of connections to the remote resource. Immutable after it is set.
        Parameters:
        manualPrivateLinkServiceConnections - the manualPrivateLinkServiceConnections value to set.
        Returns:
        the PrivateEndpointProperties object itself.
      • validate

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