Class RegionalSettings
Regional Settings details.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class RegionalSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptionConfig
Optional. Regional encryption config to hold CMEK details.
Declaration
[JsonProperty("encryptionConfig")]
public virtual EncryptionConfig EncryptionConfig { get; set; }
Property Value
Type | Description |
---|---|
EncryptionConfig |
Name
Output only. Resource name of the Connection. Format: projects/{project}/locations/{location}/regionalSettings
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkConfig
Optional. Regional network config.
Declaration
[JsonProperty("networkConfig")]
public virtual NetworkConfig NetworkConfig { get; set; }
Property Value
Type | Description |
---|---|
NetworkConfig |
Provisioned
Output only. Specifies whether the region is provisioned.
Declaration
[JsonProperty("provisioned")]
public virtual bool? Provisioned { get; set; }
Property Value
Type | Description |
---|---|
bool? |