CspmMonitorAwsOffering Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. CloudOffering - com.
azure. resourcemanager. security. models. CspmMonitorAwsOffering
- com.
- com.
public final class CspmMonitorAwsOffering
extends CloudOffering
The CSPM monitoring for AWS offering.
Constructor Summary
| Constructor | Description |
|---|---|
| CspmMonitorAwsOffering() |
Creates an instance of Cspm |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Cspm |
fromJson(JsonReader jsonReader)
Reads an instance of Cspm |
|
Cspm |
nativeCloudConnection()
Get the native |
|
Offering |
offeringType()
Get the offering |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Cspm |
withNativeCloudConnection(CspmMonitorAwsOfferingNativeCloudConnection nativeCloudConnection)
Set the native |
Methods inherited from CloudOffering
Methods inherited from java.lang.Object
Constructor Details
CspmMonitorAwsOffering
public CspmMonitorAwsOffering()
Creates an instance of CspmMonitorAwsOffering class.
Method Details
fromJson
public static CspmMonitorAwsOffering fromJson(JsonReader jsonReader)
Reads an instance of CspmMonitorAwsOffering from the JsonReader.
Parameters:
Returns:
Throws:
nativeCloudConnection
public CspmMonitorAwsOfferingNativeCloudConnection nativeCloudConnection()
Get the nativeCloudConnection property: The native cloud connection configuration.
Returns:
offeringType
public OfferingType offeringType()
Get the offeringType property: The type of the security offering.
Overrides:
CspmMonitorAwsOffering.offeringType()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
CspmMonitorAwsOffering.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
CspmMonitorAwsOffering.validate()withNativeCloudConnection
public CspmMonitorAwsOffering withNativeCloudConnection(CspmMonitorAwsOfferingNativeCloudConnection nativeCloudConnection)
Set the nativeCloudConnection property: The native cloud connection configuration.
Parameters:
Returns: