resourceType property

String? resourceType
getter/setter pair

The resource type of the group members. Possible string values are:

  • "RESOURCE_TYPE_UNSPECIFIED" : Default value (not valid).
  • "INSTANCE" : A group of instances from Google Cloud Platform (GCP) or Amazon Web Services (AWS).
  • "AWS_ELB_LOAD_BALANCER" : A group of Amazon ELB load balancers.

Implementation

core.String? resourceType;