Class ProbeArgs


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

      Nested Classes 
      Modifier and Type Class Description
      static class  ProbeArgs.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 ProbeArgs Empty  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ProbeArgs.Builder builder()  
      static ProbeArgs.Builder builder​(ProbeArgs defaults)  
      com.pulumi.core.Output<java.lang.String> destination()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> destinationPort()  
      com.pulumi.core.Output<java.lang.String> monitorName()  
      java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> packetSize()  
      com.pulumi.core.Output<java.lang.String> protocol()  
      com.pulumi.core.Output<java.lang.String> sourceArn()  
      java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()  
      • 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

      • destination

        public com.pulumi.core.Output<java.lang.String> destination()
        Returns:
        The destination IP address. This must be either IPV4 or IPV6.
      • destinationPort

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> destinationPort()
        Returns:
        The port associated with the destination. This is required only if the protocol is TCP and must be a number between 1 and 65536.
      • monitorName

        public com.pulumi.core.Output<java.lang.String> monitorName()
        Returns:
        The name of the monitor.
      • packetSize

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> packetSize()
        Returns:
        The size of the packets sent between the source and destination. This must be a number between 56 and 8500. The following arguments are optional:
      • protocol

        public com.pulumi.core.Output<java.lang.String> protocol()
        Returns:
        The protocol used for the network traffic between the source and destination. This must be either TCP or ICMP.
      • sourceArn

        public com.pulumi.core.Output<java.lang.String> sourceArn()
        Returns:
        The ARN of the subnet.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value tags for the monitor. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.