CspmMonitorGitLabOffering Class

public final class CspmMonitorGitLabOffering
extends CloudOffering

The CSPM (Cloud security posture management) monitoring for gitlab offering.

Constructor Summary

Constructor Description
CspmMonitorGitLabOffering()

Creates an instance of CspmMonitorGitLabOffering class.

Method Summary

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

Reads an instance of CspmMonitorGitLabOffering 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

CspmMonitorGitLabOffering

public CspmMonitorGitLabOffering()

Creates an instance of CspmMonitorGitLabOffering class.

Method Details

fromJson

public static CspmMonitorGitLabOffering fromJson(JsonReader jsonReader)

Reads an instance of CspmMonitorGitLabOffering from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of CspmMonitorGitLabOffering 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 CspmMonitorGitLabOffering.

offeringType

public OfferingType offeringType()

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

Overrides:

CspmMonitorGitLabOffering.offeringType()

Returns:

the offeringType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

CspmMonitorGitLabOffering.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

CspmMonitorGitLabOffering.validate()

Applies to