serviceShareType property

String? serviceShareType
getter/setter pair

Sharing config for all Google Cloud services. Possible string values are:

  • "ALLOW_ALL" : Allow all Google Cloud managed services to share reservations.
  • "DISALLOW_ALL" : [Default] Disallow sharing with all Google Cloud services.
  • "SERVICE_SHARE_TYPE_UNSPECIFIED"

Implementation

core.String? serviceShareType;