Reference documentation and code samples for the Compute V1 Client class ShareType.
Type of sharing for this shared-reservation
Protobuf type google.cloud.compute.v1.ShareSettings.ShareType
Namespace
Google \ Cloud \ Compute \ V1 \ ShareSettingsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_SHARE_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_SHARE_TYPE = 0;
LOCAL
Value: 72607563
Default value.
Generated from protobuf enum LOCAL = 72607563;
ORGANIZATION
Value: 274978099
Shared-reservation is open to entire Organization
Generated from protobuf enum ORGANIZATION = 274978099;
SHARE_TYPE_UNSPECIFIED
Value: 494771730
Default value. This value is unused.
Generated from protobuf enum SHARE_TYPE_UNSPECIFIED = 494771730;
SPECIFIC_PROJECTS
Value: 347838695
Shared-reservation is open to specific projects
Generated from protobuf enum SPECIFIC_PROJECTS = 347838695;