Show / Hide Table of Contents

Class IcebergConnection

Represents the metadata of an Iceberg Connection.

Inheritance
object
Connection
IcebergConnection
Inherited Members
Connection.Id
Connection.DisplayName
Connection.Description
Connection.CompartmentId
Connection.FreeformTags
Connection.DefinedTags
Connection.SystemTags
Connection.LifecycleState
Connection.LifecycleDetails
Connection.TimeCreated
Connection.TimeUpdated
Connection.Locks
Connection.VaultId
Connection.KeyId
Connection.IngressIps
Connection.NsgIds
Connection.SubnetId
Connection.RoutingMethod
Connection.DoesUseSecretIds
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class IcebergConnection : Connection

Properties

Catalog

Declaration
[Required(ErrorMessage = "Catalog is required.")]
[JsonProperty(PropertyName = "catalog")]
public IcebergCatalog Catalog { get; set; }
Property Value
Type Description
IcebergCatalog
Remarks

Required

Storage

Declaration
[Required(ErrorMessage = "Storage is required.")]
[JsonProperty(PropertyName = "storage")]
public IcebergStorage Storage { get; set; }
Property Value
Type Description
IcebergStorage
Remarks

Required

TechnologyType

Declaration
[Required(ErrorMessage = "TechnologyType is required.")]
[JsonProperty(PropertyName = "technologyType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public IcebergConnection.TechnologyTypeEnum? TechnologyType { get; set; }
Property Value
Type Description
IcebergConnection.TechnologyTypeEnum?

The Iceberg technology type.

Remarks

Required

In this article
Back to top