Class Entitlement
Details of the Entitlement resource.
Implements
Inherited Members
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 |