Show / Hide Table of Contents

Class OSPolicyResourceFile

A remote or local file.

Inheritance
object
OSPolicyResourceFile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX