Show / Hide Table of Contents

Class UpdateIcebergConnectionDetails

The information to update an Iceberg Connection.

Inheritance
object
UpdateConnectionDetails
UpdateIcebergConnectionDetails
Inherited Members
UpdateConnectionDetails.DisplayName
UpdateConnectionDetails.Description
UpdateConnectionDetails.FreeformTags
UpdateConnectionDetails.DefinedTags
UpdateConnectionDetails.VaultId
UpdateConnectionDetails.KeyId
UpdateConnectionDetails.NsgIds
UpdateConnectionDetails.SubnetId
UpdateConnectionDetails.RoutingMethod
UpdateConnectionDetails.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 UpdateIcebergConnectionDetails : UpdateConnectionDetails

Properties

Catalog

Declaration
[JsonProperty(PropertyName = "catalog")]
public UpdateIcebergCatalogDetails Catalog { get; set; }
Property Value
Type Description
UpdateIcebergCatalogDetails

Storage

Declaration
[JsonProperty(PropertyName = "storage")]
public UpdateIcebergStorageDetails Storage { get; set; }
Property Value
Type Description
UpdateIcebergStorageDetails
In this article
Back to top