Show / Hide Table of Contents

Class IcebergConnectionSummary

Summary of the Iceberg Connection.

Inheritance
object
ConnectionSummary
IcebergConnectionSummary
Inherited Members
ConnectionSummary.Id
ConnectionSummary.DisplayName
ConnectionSummary.Description
ConnectionSummary.CompartmentId
ConnectionSummary.FreeformTags
ConnectionSummary.DefinedTags
ConnectionSummary.SystemTags
ConnectionSummary.LifecycleState
ConnectionSummary.LifecycleDetails
ConnectionSummary.TimeCreated
ConnectionSummary.TimeUpdated
ConnectionSummary.VaultId
ConnectionSummary.KeyId
ConnectionSummary.IngressIps
ConnectionSummary.NsgIds
ConnectionSummary.SubnetId
ConnectionSummary.RoutingMethod
ConnectionSummary.Locks
ConnectionSummary.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 IcebergConnectionSummary : ConnectionSummary

Properties

Catalog

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

Required

Storage

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

Required

TechnologyType

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

The Iceberg technology type.

Remarks

Required

In this article
Back to top