Show / Hide Table of Contents

Class OSPolicyAssignmentOperationMetadata

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

Inheritance
object
OSPolicyAssignmentOperationMetadata
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 OSPolicyAssignmentOperationMetadata : 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

object representation of RolloutStartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RolloutStartTimeDateTimeOffset instead.")]
public virtual object RolloutStartTime { get; set; }
Property Value
Type Description
object

RolloutStartTimeDateTimeOffset

DateTimeOffset representation of RolloutStartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? RolloutStartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

RolloutStartTimeRaw

Rollout start time

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

RolloutState

State of the rollout

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

RolloutUpdateTime

object representation of RolloutUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RolloutUpdateTimeDateTimeOffset instead.")]
public virtual object RolloutUpdateTime { get; set; }
Property Value
Type Description
object

RolloutUpdateTimeDateTimeOffset

DateTimeOffset representation of RolloutUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? RolloutUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

RolloutUpdateTimeRaw

Rollout update time

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX