Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata

Operation metadata to give request details of CreateWorkload.

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata
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 GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata : IDirectResponseSchema

Properties

ComplianceRegime

Optional. Compliance controls that should be applied to the resources managed by the workload.

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

CreateTime

object representation of CreateTimeRaw.

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

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

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

CreateTimeRaw

Optional. Time when the operation was created.

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

DisplayName

Optional. The display name of the workload.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

Parent

Optional. The parent of the workload.

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

ResourceSettings

Optional. Resource properties in the input that are used for creating/customizing workload resources.

Declaration
[JsonProperty("resourceSettings")]
public virtual IList<GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings> ResourceSettings { get; set; }
Property Value
Type Description
IList<GoogleCloudAssuredworkloadsV1beta1WorkloadResourceSettings>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX