public sealed class Settings : IMessage<Settings>, IEquatable<Settings>, IDeepCloneable<Settings>, IBufferMessage, IMessageReference documentation and code samples for the Integration Connectors v1 API class Settings.
Global Settings details.
Namespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
Settings()
public Settings()Settings(Settings)
public Settings(Settings other)| Parameter | |
|---|---|
| Name | Description |
other |
Settings |
Properties
Name
public string Name { get; set; }Output only. Resource name of the Connection. Format: projects/{project}/locations/global/settings}
| Property Value | |
|---|---|
| Type | Description |
string |
|
Payg
public bool Payg { get; set; }Output only. Flag indicates if user is in PayG model
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SettingsName
public SettingsName SettingsName { get; set; }SettingsName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SettingsName |
|
Vpcsc
public bool Vpcsc { get; set; }Optional. Flag indicates whether vpc-sc is enabled.
| Property Value | |
|---|---|
| Type | Description |
bool |
|