Class GetHoneypotProbesProbe
- java.lang.Object
-
- com.pulumi.alicloud.threatdetection.outputs.GetHoneypotProbesProbe
-
public final class GetHoneypotProbesProbe extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetHoneypotProbesProbe.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
arp()
static GetHoneypotProbesProbe.Builder
builder()
static GetHoneypotProbesProbe.Builder
builder(GetHoneypotProbesProbe defaults)
java.lang.String
controlNodeId()
java.lang.String
displayName()
java.util.List<GetHoneypotProbesProbeHoneypotBindList>
honeypotBindLists()
java.lang.String
honeypotProbeId()
java.lang.String
id()
java.lang.Boolean
ping()
java.lang.String
probeType()
java.util.List<java.lang.String>
serviceIpLists()
java.lang.String
status()
java.lang.String
uuid()
java.lang.String
vpcId()
-
-
-
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
-
honeypotBindLists
public java.util.List<GetHoneypotProbesProbeHoneypotBindList> honeypotBindLists()
-
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`.
-
builder
public static GetHoneypotProbesProbe.Builder builder()
-
builder
public static GetHoneypotProbesProbe.Builder builder(GetHoneypotProbesProbe defaults)
-
-