tenancyModel property

String? tenancyModel
getter/setter pair

SHARED or SOLE_TENANT.

Required. Possible string values are:

  • "TENANCY_MODEL_UNSPECIFIED" : Unspecified tenancy model.
  • "SHARED" : Shared tenancy model.
  • "SOLE_TENANT" : Sole Tenant tenancy model.

Implementation

core.String? tenancyModel;