Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1RevertArchivedResourceEventsRequest

Request for reverting archived resource events.

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1RevertArchivedResourceEventsRequest
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.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1RevertArchivedResourceEventsRequest : IDirectResponseSchema

Properties

ArchiveEndTime

object representation of ArchiveEndTimeRaw.

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

ArchiveEndTimeDateTimeOffset

DateTimeOffset representation of ArchiveEndTimeRaw.

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

ArchiveEndTimeRaw

Required. Only events within this time range will be reverted. This helps prevent reverting everything when something goes wrong.

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

ArchiveStartTime

object representation of ArchiveStartTimeRaw.

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

ArchiveStartTimeDateTimeOffset

DateTimeOffset representation of ArchiveStartTimeRaw.

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

ArchiveStartTimeRaw

Required. Only events within this time range will be reverted. This helps prevent reverting everything when something goes wrong.

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

BatchSize

Required. The number of events to process in a single transaction batch.

Declaration
[JsonProperty("batchSize")]
public virtual int? BatchSize { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

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

MaxEventsMove

Required. The maximum total number of events to move in this request.

Declaration
[JsonProperty("maxEventsMove")]
public virtual int? MaxEventsMove { get; set; }
Property Value
Type Description
int?

OrganizationId

Required. The organization ID for which to revert events.

Declaration
[JsonProperty("organizationId")]
public virtual long? OrganizationId { get; set; }
Property Value
Type Description
long?

Region

Required. The region of the workload(s) whose events should be reverted. This is used to filter workloads based on AssurantWorkloadData.region.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX