resourceType property

String? resourceType
getter/setter pair

The type of this resource.

Required. Possible string values are:

  • "RESOURCE_TYPE_UNSPECIFIED" : Undefined resource type.
  • "RESOURCE_TYPE_COMPUTE" : This is a compute resource.
  • "RESOURCE_TYPE_STORAGE" : This a storage resource.
  • "RESOURCE_TYPE_NETWORK" : This is a network resource.

Implementation

core.String? resourceType;