Class ForwardingRulePatch


  • public final class ForwardingRulePatch
    extends Object
    Describes a forwarding rule for PATCH operation.
    • Constructor Detail

      • ForwardingRulePatch

        public ForwardingRulePatch()
    • Method Detail

      • targetDnsServers

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

        public ForwardingRulePatch 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 ForwardingRulePatch object itself.
      • metadata

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

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

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

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

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