Class InboundEndpointProperties


  • public final class InboundEndpointProperties
    extends Object
    Represents the properties of an inbound endpoint for a DNS resolver.
    • Constructor Detail

      • InboundEndpointProperties

        public InboundEndpointProperties()
    • Method Detail

      • ipConfigurations

        public List<IpConfiguration> ipConfigurations()
        Get the ipConfigurations property: IP configurations for the inbound endpoint.
        Returns:
        the ipConfigurations value.
      • withIpConfigurations

        public InboundEndpointProperties withIpConfigurations​(List<IpConfiguration> ipConfigurations)
        Set the ipConfigurations property: IP configurations for the inbound endpoint.
        Parameters:
        ipConfigurations - the ipConfigurations value to set.
        Returns:
        the InboundEndpointProperties object itself.
      • provisioningState

        public ProvisioningState provisioningState()
        Get the provisioningState property: The current provisioning state of the inbound endpoint. This is a read-only property and any attempt to set this value will be ignored.
        Returns:
        the provisioningState value.
      • resourceGuid

        public String resourceGuid()
        Get the resourceGuid property: The resourceGuid property of the inbound endpoint resource.
        Returns:
        the resourceGuid value.
      • validate

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