Enum CloudProvider (2.57.0)

public enum CloudProvider extends Enum<CloudProvider> implements ProtocolMessageEnum

Enumeration representing the various cloud providers a finding's resource could reside in.

Protobuf enum google.cloud.securitycenter.v1.CloudProvider

Implements

ProtocolMessageEnum

Static Fields

Name Description
AMAZON_WEB_SERVICES

The cloud provider is Amazon Web Services.

AMAZON_WEB_SERVICES = 2;

AMAZON_WEB_SERVICES_VALUE

The cloud provider is Amazon Web Services.

AMAZON_WEB_SERVICES = 2;

CLOUD_PROVIDER_UNSPECIFIED

The cloud provider is unspecified.

CLOUD_PROVIDER_UNSPECIFIED = 0;

CLOUD_PROVIDER_UNSPECIFIED_VALUE

The cloud provider is unspecified.

CLOUD_PROVIDER_UNSPECIFIED = 0;

GOOGLE_CLOUD_PLATFORM

The cloud provider is Google Cloud Platform.

GOOGLE_CLOUD_PLATFORM = 1;

GOOGLE_CLOUD_PLATFORM_VALUE

The cloud provider is Google Cloud Platform.

GOOGLE_CLOUD_PLATFORM = 1;

MICROSOFT_AZURE

The cloud provider is Microsoft Azure.

MICROSOFT_AZURE = 3;

MICROSOFT_AZURE_VALUE

The cloud provider is Microsoft Azure.

MICROSOFT_AZURE = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()