Class RuleState


  • public final class RuleState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RuleState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static RuleState Empty  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static RuleState.Builder builder()  
      static RuleState.Builder builder​(RuleState defaults)  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> endpointId()  
      java.util.Optional<com.pulumi.core.Output<java.util.List<RuleForwardIpArgs>>> forwardIps()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> ruleName()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()  
      java.util.Optional<com.pulumi.core.Output<java.lang.String>> zoneName()  
      • Methods inherited from class com.pulumi.resources.ResourceArgs

        validateMember
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Method Detail

      • endpointId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> endpointId()
        Returns:
        The ID of the Endpoint.
      • forwardIps

        public java.util.Optional<com.pulumi.core.Output<java.util.List<RuleForwardIpArgs>>> forwardIps()
        Returns:
        Forwarding target. See `forward_ips` below.
      • ruleName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ruleName()
        Returns:
        The name of the resource.
      • type

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
        Returns:
        The type of the rule. Valid values: `OUTBOUND`.
      • zoneName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> zoneName()
        Returns:
        The name of the forwarding zone.