GcpProjectEnvironmentData Class

public final class GcpProjectEnvironmentData
extends EnvironmentData

The GCP project connector environment data.

Constructor Summary

Constructor Description
GcpProjectEnvironmentData()

Creates an instance of GcpProjectEnvironmentData class.

Method Summary

Modifier and Type Method and Description
GcpOrganizationalData organizationalData()

Get the organizationalData property: The Gcp project's organizational data.

GcpProjectDetails projectDetails()

Get the projectDetails property: The Gcp project's details.

Long scanInterval()

Get the scanInterval property: Scan interval in hours (value should be between 1-hour to 24-hours).

void validate()

Validates the instance.

GcpProjectEnvironmentData withOrganizationalData(GcpOrganizationalData organizationalData)

Set the organizationalData property: The Gcp project's organizational data.

GcpProjectEnvironmentData withProjectDetails(GcpProjectDetails projectDetails)

Set the projectDetails property: The Gcp project's details.

GcpProjectEnvironmentData withScanInterval(Long scanInterval)

Set the scanInterval property: Scan interval in hours (value should be between 1-hour to 24-hours).

Methods inherited from EnvironmentData

Methods inherited from java.lang.Object

Constructor Details

GcpProjectEnvironmentData

public GcpProjectEnvironmentData()

Creates an instance of GcpProjectEnvironmentData class.

Method Details

organizationalData

public GcpOrganizationalData organizationalData()

Get the organizationalData property: The Gcp project's organizational data.

Returns:

the organizationalData value.

projectDetails

public GcpProjectDetails projectDetails()

Get the projectDetails property: The Gcp project's details.

Returns:

the projectDetails value.

scanInterval

public Long scanInterval()

Get the scanInterval property: Scan interval in hours (value should be between 1-hour to 24-hours).

Returns:

the scanInterval value.

validate

public void validate()

Validates the instance.

Overrides:

GcpProjectEnvironmentData.validate()

withOrganizationalData

public GcpProjectEnvironmentData withOrganizationalData(GcpOrganizationalData organizationalData)

Set the organizationalData property: The Gcp project's organizational data.

Parameters:

organizationalData - the organizationalData value to set.

Returns:

the GcpProjectEnvironmentData object itself.

withProjectDetails

public GcpProjectEnvironmentData withProjectDetails(GcpProjectDetails projectDetails)

Set the projectDetails property: The Gcp project's details.

Parameters:

projectDetails - the projectDetails value to set.

Returns:

the GcpProjectEnvironmentData object itself.

withScanInterval

public GcpProjectEnvironmentData withScanInterval(Long scanInterval)

Set the scanInterval property: Scan interval in hours (value should be between 1-hour to 24-hours).

Parameters:

scanInterval - the scanInterval value to set.

Returns:

the GcpProjectEnvironmentData object itself.

Applies to