CspmMonitorAzureDevOpsOffering Class

public final class CspmMonitorAzureDevOpsOffering
extends CloudOffering

The CSPM monitoring for AzureDevOps offering.

Constructor Summary

Constructor Description
CspmMonitorAzureDevOpsOffering()

Creates an instance of CspmMonitorAzureDevOpsOffering class.

Method Summary

Modifier and Type Method and Description
static CspmMonitorAzureDevOpsOffering fromJson(JsonReader jsonReader)

Reads an instance of CspmMonitorAzureDevOpsOffering from the JsonReader.

OfferingType offeringType()

Get the offeringType property: The type of the security offering.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from CloudOffering

Methods inherited from java.lang.Object

Constructor Details

CspmMonitorAzureDevOpsOffering

public CspmMonitorAzureDevOpsOffering()

Creates an instance of CspmMonitorAzureDevOpsOffering class.

Method Details

fromJson

public static CspmMonitorAzureDevOpsOffering fromJson(JsonReader jsonReader)

Reads an instance of CspmMonitorAzureDevOpsOffering from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CspmMonitorAzureDevOpsOffering if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the CspmMonitorAzureDevOpsOffering.

offeringType

public OfferingType offeringType()

Get the offeringType property: The type of the security offering.

Overrides:

CspmMonitorAzureDevOpsOffering.offeringType()

Returns:

the offeringType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

CspmMonitorAzureDevOpsOffering.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

CspmMonitorAzureDevOpsOffering.validate()

Applies to