- Resource: PreviewFeaturesGetResponse
- PreviewFeature
- ActivationStatus
- Status
- ReleaseStatus
- Stage
- RolloutOperation
- RolloutInput
- PredefinedRolloutPlan
- Methods
Resource: PreviewFeaturesGetResponse
JSON representation |
---|
{
"resource": {
object ( |
Fields | |
---|---|
resource |
|
etag |
end_interface: MixerGetResponseWithEtagBuilder |
PreviewFeature
Represents a single Trusted Cloud Compute Engine preview feature.
JSON representation |
---|
{ "id": string, "creationTimestamp": string, "name": string, "description": string, "activationStatus": enum ( |
Fields | |
---|---|
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
name |
Name of the feature. |
description |
[Output Only] Description of the feature. |
activationStatus |
Specifies whether the feature is enabled or disabled. |
status |
[Output only] Status of the feature. |
selfLink |
[Output Only] Server-defined URL for the resource. |
rolloutOperation |
Rollout operation of the feature. |
kind |
[Output only] The type of the feature. Always "compute#previewFeature" for preview features. |
ActivationStatus
Enums | |
---|---|
ACTIVATION_STATE_UNSPECIFIED |
|
ENABLED |
|
DISABLED |
Status
[Output Only] The status of the feature.
JSON representation |
---|
{
"helpLink": string,
"description": string,
"releaseStatus": {
object ( |
Fields | |
---|---|
helpLink |
[Output Only] Link to the public documentation for the feature. |
description |
[Output Only] The description of the feature. |
releaseStatus |
|
ReleaseStatus
[Output Only] The release status of the feature.
JSON representation |
---|
{ "stage": enum ( |
Fields | |
---|---|
stage |
[Output Only] The stage of the feature. |
updateDate |
Output only. The last date when a feature transitioned between ReleaseStatuses. |
Stage
Enums | |
---|---|
STAGE_UNSPECIFIED |
|
PREVIEW |
|
DEPRECATED |
|
GA |
RolloutOperation
Represents the rollout operation
JSON representation |
---|
{
"rolloutInput": {
object ( |
Fields | |
---|---|
rolloutInput |
Input only. The input for the rollout operation. |
RolloutInput
Represents the input for the rollout operation.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field rollout_plan . The rollout plan to use for the rollout. Currently, only predefined rollout plans - FAST_ROLLOUT is supported. rollout_plan can be only one of the following: |
|
name |
The name of the rollout plan Ex. organizations/ |
predefinedRolloutPlan |
Predefined rollout plan. |
PredefinedRolloutPlan
Enums | |
---|---|
ROLLOUT_PLAN_UNSPECIFIED |
|
ROLLOUT_PLAN_TWO_DAY_ROLLOUT |
|
ROLLOUT_PLAN_FAST_ROLLOUT |
Methods |
|
---|---|
|
The method compute.v1.PreviewFeaturesService.Get is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.PreviewFeaturesService.List is not available in Trusted Cloud by S3NS. |
|
The method compute.v1.PreviewFeaturesService.Patch is not available in Trusted Cloud by S3NS. |