GDC Hardware Management v1alpha API - Class SubscriptionConfig (1.0.0-alpha02)

public sealed class SubscriptionConfig : IMessage<SubscriptionConfig>, IEquatable<SubscriptionConfig>, IDeepCloneable<SubscriptionConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the GDC Hardware Management v1alpha API class SubscriptionConfig.

A message to store a subscription configuration.

Inheritance

object > SubscriptionConfig

Namespace

Google.Cloud.GdcHardwareManagement.V1Alpha

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Constructors

SubscriptionConfig()

public SubscriptionConfig()

SubscriptionConfig(SubscriptionConfig)

public SubscriptionConfig(SubscriptionConfig other)
Parameter
Name Description
other SubscriptionConfig

Properties

BillingId

public string BillingId { get; set; }

Output only. The Google Cloud Billing ID that the subscription is created under.

Property Value
Type Description
string

State

public SubscriptionConfig.Types.SubscriptionState State { get; set; }

Output only. The current state of the subscription.

Property Value
Type Description
SubscriptionConfigTypesSubscriptionState

SubscriptionId

public string SubscriptionId { get; set; }

Output only. The unique identifier of the subscription.

Property Value
Type Description
string