Class ProjectFeatureSettings
ProjectFeatureSettings represents the VM Manager feature settings in a project. For more information, see Enable full VM Manager functionality.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class ProjectFeatureSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. Immutable. Name specifies the URL for the ProjectFeatureSettings resource: projects/project_id/locations/global/projectFeatureSettings.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PatchAndConfigFeatureSet
Set PatchAndConfigFeatureSet for the project.
Declaration
[JsonProperty("patchAndConfigFeatureSet")]
public virtual string PatchAndConfigFeatureSet { get; set; }
Property Value
Type | Description |
---|---|
string |