Show / Hide Table of Contents

Class Entitlement

Details of the Entitlement resource.

Inheritance
object
Entitlement
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.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class Entitlement : IDirectResponseSchema

Properties

CloudAccountDetails

Details of the OCI Cloud Account.

Declaration
[JsonProperty("cloudAccountDetails")]
public virtual CloudAccountDetails CloudAccountDetails { get; set; }
Property Value
Type Description
CloudAccountDetails

ETag

The ETag of the item.

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

EntitlementId

Output only. Google Cloud Marketplace order ID (aka entitlement ID)

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

Name

Identifier. The name of the Entitlement resource with the format: projects/{project}/locations/{region}/entitlements/{entitlement}

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

State

Output only. Entitlement State.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX