@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GcpScanOptionsInputUpdateDataAttributes 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 |
|---|
GcpScanOptionsInputUpdateDataAttributes() |
| Modifier and Type | Method and Description |
|---|---|
GcpScanOptionsInputUpdateDataAttributes |
complianceHost(Boolean complianceHost) |
boolean |
equals(Object o)
Return true if this GcpScanOptionsInputUpdateDataAttributes 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() |
GcpScanOptionsInputUpdateDataAttributes |
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() |
GcpScanOptionsInputUpdateDataAttributes |
vulnContainersOs(Boolean vulnContainersOs) |
GcpScanOptionsInputUpdateDataAttributes |
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 GcpScanOptionsInputUpdateDataAttributes()
public GcpScanOptionsInputUpdateDataAttributes complianceHost(Boolean complianceHost)
@Nullable public Boolean getComplianceHost()
public void setComplianceHost(Boolean complianceHost)
public GcpScanOptionsInputUpdateDataAttributes vulnContainersOs(Boolean vulnContainersOs)
@Nullable public Boolean getVulnContainersOs()
public void setVulnContainersOs(Boolean vulnContainersOs)
public GcpScanOptionsInputUpdateDataAttributes vulnHostOs(Boolean vulnHostOs)
@Nullable public Boolean getVulnHostOs()
public void setVulnHostOs(Boolean vulnHostOs)
public GcpScanOptionsInputUpdateDataAttributes 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.