@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GcpScanOptionsDataAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMPLIANCE_HOST |
static String |
JSON_PROPERTY_VULN_CONTAINERS_OS |
static String |
JSON_PROPERTY_VULN_HOST_OS |
boolean |
unparsed |
| Constructor and Description |
|---|
GcpScanOptionsDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
GcpScanOptionsDataAttributes |
complianceHost(Boolean complianceHost) |
boolean |
equals(Object o)
Return true if this GcpScanOptionsDataAttributes object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getComplianceHost()
Indicates whether host compliance scanning is enabled.
|
Boolean |
getVulnContainersOs()
Indicates if scanning for vulnerabilities in containers is enabled.
|
Boolean |
getVulnHostOs()
Indicates if scanning for vulnerabilities in hosts is enabled.
|
int |
hashCode() |
GcpScanOptionsDataAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setComplianceHost(Boolean complianceHost) |
void |
setVulnContainersOs(Boolean vulnContainersOs) |
void |
setVulnHostOs(Boolean vulnHostOs) |
String |
toString() |
GcpScanOptionsDataAttributes |
vulnContainersOs(Boolean vulnContainersOs) |
GcpScanOptionsDataAttributes |
vulnHostOs(Boolean vulnHostOs) |
public boolean unparsed
public static final String JSON_PROPERTY_COMPLIANCE_HOST
public static final String JSON_PROPERTY_VULN_CONTAINERS_OS
public static final String JSON_PROPERTY_VULN_HOST_OS
public GcpScanOptionsDataAttributes complianceHost(Boolean complianceHost)
@Nullable public Boolean getComplianceHost()
public void setComplianceHost(Boolean complianceHost)
public GcpScanOptionsDataAttributes vulnContainersOs(Boolean vulnContainersOs)
@Nullable public Boolean getVulnContainersOs()
public void setVulnContainersOs(Boolean vulnContainersOs)
public GcpScanOptionsDataAttributes vulnHostOs(Boolean vulnHostOs)
@Nullable public Boolean getVulnHostOs()
public void setVulnHostOs(Boolean vulnHostOs)
public GcpScanOptionsDataAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.