Show / Hide Table of Contents

Class GoogleCloudOsconfigV1OSPolicyAssignmentOperationMetadata

OS policy assignment operation metadata provided by OS policy assignment API methods that return long running operations.

Inheritance
object
GoogleCloudOsconfigV1OSPolicyAssignmentOperationMetadata
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.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class GoogleCloudOsconfigV1OSPolicyAssignmentOperationMetadata : IDirectResponseSchema

Properties

ApiMethod

The OS policy assignment API method.

Declaration
[JsonProperty("apiMethod")]
public virtual string ApiMethod { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OsPolicyAssignment

Reference to the OSPolicyAssignment API resource. Format: projects/{project_number}/locations/{location}/osPolicyAssignments/{os_policy_assignment_id@revision_id}

Declaration
[JsonProperty("osPolicyAssignment")]
public virtual string OsPolicyAssignment { get; set; }
Property Value
Type Description
string

RolloutStartTime

Rollout start time

Declaration
[JsonProperty("rolloutStartTime")]
public virtual object RolloutStartTime { get; set; }
Property Value
Type Description
object

RolloutState

State of the rollout

Declaration
[JsonProperty("rolloutState")]
public virtual string RolloutState { get; set; }
Property Value
Type Description
string

RolloutUpdateTime

Rollout update time

Declaration
[JsonProperty("rolloutUpdateTime")]
public virtual object RolloutUpdateTime { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX