Oracle Database@Google Cloud v1 API - Class Entitlement (1.0.0-beta01)

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.

Inheritance

object > Entitlement

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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