Class ForwardingRuleProperties


  • public final class ForwardingRuleProperties
    extends Object
    Represents the properties of a forwarding rule within a DNS forwarding ruleset.
    • Constructor Detail

      • ForwardingRuleProperties

        public ForwardingRuleProperties()
    • Method Detail

      • domainName

        public String domainName()
        Get the domainName property: The domain name for the forwarding rule.
        Returns:
        the domainName value.
      • withDomainName

        public ForwardingRuleProperties withDomainName​(String domainName)
        Set the domainName property: The domain name for the forwarding rule.
        Parameters:
        domainName - the domainName value to set.
        Returns:
        the ForwardingRuleProperties object itself.
      • targetDnsServers

        public List<TargetDnsServer> targetDnsServers()
        Get the targetDnsServers property: DNS servers to forward the DNS query to.
        Returns:
        the targetDnsServers value.
      • withTargetDnsServers

        public ForwardingRuleProperties withTargetDnsServers​(List<TargetDnsServer> targetDnsServers)
        Set the targetDnsServers property: DNS servers to forward the DNS query to.
        Parameters:
        targetDnsServers - the targetDnsServers value to set.
        Returns:
        the ForwardingRuleProperties object itself.
      • metadata

        public Map<String,​String> metadata()
        Get the metadata property: Metadata attached to the forwarding rule.
        Returns:
        the metadata value.
      • withMetadata

        public ForwardingRuleProperties withMetadata​(Map<String,​String> metadata)
        Set the metadata property: Metadata attached to the forwarding rule.
        Parameters:
        metadata - the metadata value to set.
        Returns:
        the ForwardingRuleProperties object itself.
      • forwardingRuleState

        public ForwardingRuleState forwardingRuleState()
        Get the forwardingRuleState property: The state of forwarding rule.
        Returns:
        the forwardingRuleState value.
      • withForwardingRuleState

        public ForwardingRuleProperties withForwardingRuleState​(ForwardingRuleState forwardingRuleState)
        Set the forwardingRuleState property: The state of forwarding rule.
        Parameters:
        forwardingRuleState - the forwardingRuleState value to set.
        Returns:
        the ForwardingRuleProperties object itself.
      • provisioningState

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

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