Class GetHoneypotProbesProbe


  • public final class GetHoneypotProbesProbe
    extends java.lang.Object
    • Method Detail

      • arp

        public java.lang.Boolean arp()
        Returns:
        ARP spoofing detection.-**true**: Enable-**false**: Disabled. Available when `enable_details` is on.
      • controlNodeId

        public java.lang.String controlNodeId()
        Returns:
        The ID of the management node.
      • displayName

        public java.lang.String displayName()
        Returns:
        Probe name
      • honeypotProbeId

        public java.lang.String honeypotProbeId()
        Returns:
        The first ID of the resource
      • id

        public java.lang.String id()
        Returns:
        The ID of the honeypot probe. Its value is the same as `honeypot_probe_id`.
      • ping

        public java.lang.Boolean ping()
        Returns:
        Ping scan detection. Value:**true**: Enable **false**: Disabled. Available when `enable_details` is on.
      • probeType

        public java.lang.String probeType()
        Returns:
        Probe type
      • serviceIpLists

        public java.util.List<java.lang.String> serviceIpLists()
        Returns:
        Listen to the IP address list. Available when `enable_details` is on.
      • status

        public java.lang.String status()
        Returns:
        The status of the resource.
      • uuid

        public java.lang.String uuid()
        Returns:
        Machine uuid. Has a value when the type is `host_probe`.
      • vpcId

        public java.lang.String vpcId()
        Returns:
        The ID of the VPC. Has a value when the type is `vpc_black_hole_probe`.