public sealed class Entitlement : IMessage<Entitlement>, IEquatable<Entitlement>, IDeepCloneable<Entitlement>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class Entitlement.
Details of the Entitlement resource.
Implements
IMessageEntitlement, IEquatableEntitlement, IDeepCloneableEntitlement, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
Entitlement()
public Entitlement()
Entitlement(Entitlement)
public Entitlement(Entitlement other)
Parameter | |
---|---|
Name | Description |
other |
Entitlement |
Properties
CloudAccountDetails
public CloudAccountDetails CloudAccountDetails { get; set; }
Details of the OCI Cloud Account.
Property Value | |
---|---|
Type | Description |
CloudAccountDetails |
EntitlementId
public string EntitlementId { get; set; }
Output only. Google Cloud Marketplace order ID (aka entitlement ID)
Property Value | |
---|---|
Type | Description |
string |
EntitlementName
public EntitlementName EntitlementName { get; set; }
EntitlementName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
EntitlementName |
Name
public string Name { get; set; }
Identifier. The name of the Entitlement resource with the format: projects/{project}/locations/{region}/entitlements/{entitlement}
Property Value | |
---|---|
Type | Description |
string |
State
public Entitlement.Types.State State { get; set; }
Output only. Entitlement State.
Property Value | |
---|---|
Type | Description |
EntitlementTypesState |