Show / Hide Table of Contents

Class CreateIcebergConnectionDetails

The information about a new Iceberg Connection.

Inheritance
object
CreateConnectionDetails
CreateIcebergConnectionDetails
Inherited Members
CreateConnectionDetails.DisplayName
CreateConnectionDetails.Description
CreateConnectionDetails.CompartmentId
CreateConnectionDetails.FreeformTags
CreateConnectionDetails.DefinedTags
CreateConnectionDetails.Locks
CreateConnectionDetails.VaultId
CreateConnectionDetails.KeyId
CreateConnectionDetails.NsgIds
CreateConnectionDetails.SubnetId
CreateConnectionDetails.RoutingMethod
CreateConnectionDetails.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 CreateIcebergConnectionDetails : CreateConnectionDetails

Properties

Catalog

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

Required

Storage

Declaration
[Required(ErrorMessage = "Storage is required.")]
[JsonProperty(PropertyName = "storage")]
public CreateIcebergStorageDetails Storage { get; set; }
Property Value
Type Description
CreateIcebergStorageDetails
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