Integration Connectors v1 API - Class Settings (1.2.0)

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

Reference documentation and code samples for the Integration Connectors v1 API class Settings.

Global Settings details.

Inheritance

object > Settings

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

Settings()

public Settings()

Settings(Settings)

public Settings(Settings other)
Parameter
NameDescription
otherSettings

Properties

Name

public string Name { get; set; }

Output only. Resource name of the Connection. Format: projects/{project}/locations/global/settings}

Property Value
TypeDescription
string

Payg

public bool Payg { get; set; }

Output only. Flag indicates if user is in PayG model

Property Value
TypeDescription
bool

SettingsName

public SettingsName SettingsName { get; set; }

SettingsName-typed view over the Name resource name property.

Property Value
TypeDescription
SettingsName

Vpcsc

public bool Vpcsc { get; set; }

Optional. Flag indicates whether vpc-sc is enabled.

Property Value
TypeDescription
bool