Class OSPolicyResourceFile
A remote or local file.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1alpha.Data
Assembly: Google.Apis.OSConfig.v1alpha.dll
Syntax
public class OSPolicyResourceFile : IDirectResponseSchema
Properties
AllowInsecure
Defaults to false. When false, files are subject to validations based on the file type: Remote: A checksum must be specified. Cloud Storage: An object generation number must be specified.
Declaration
[JsonProperty("allowInsecure")]
public virtual bool? AllowInsecure { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Gcs
A Cloud Storage object.
Declaration
[JsonProperty("gcs")]
public virtual OSPolicyResourceFileGcs Gcs { get; set; }
Property Value
Type | Description |
---|---|
OSPolicyResourceFileGcs |
LocalPath
A local path within the VM to use.
Declaration
[JsonProperty("localPath")]
public virtual string LocalPath { get; set; }
Property Value
Type | Description |
---|---|
string |
Remote
A generic remote file.
Declaration
[JsonProperty("remote")]
public virtual OSPolicyResourceFileRemote Remote { get; set; }
Property Value
Type | Description |
---|---|
OSPolicyResourceFileRemote |