Show / Hide Table of Contents

Class ConnectionSummaryFromHdfs

The connection summary details for the HDFS data asset.

Inheritance
object
ConnectionSummary
ConnectionSummaryFromHdfs
Inherited Members
ConnectionSummary.Key
ConnectionSummary.ModelVersion
ConnectionSummary.ParentRef
ConnectionSummary.Name
ConnectionSummary.Description
ConnectionSummary.ObjectVersion
ConnectionSummary.ObjectStatus
ConnectionSummary.Identifier
ConnectionSummary.PrimarySchema
ConnectionSummary.ConnectionProperties
ConnectionSummary.IsDefault
ConnectionSummary.Metadata
ConnectionSummary.KeyMap
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class ConnectionSummaryFromHdfs : ConnectionSummary

Properties

DataNodePrincipal

Declaration
[Required(ErrorMessage = "DataNodePrincipal is required.")]
[JsonProperty(PropertyName = "dataNodePrincipal")]
public string DataNodePrincipal { get; set; }
Property Value
Type Description
string

The HDFS Data Node principal.

Remarks

Required

HdfsPrincipal

Declaration
[Required(ErrorMessage = "HdfsPrincipal is required.")]
[JsonProperty(PropertyName = "hdfsPrincipal")]
public string HdfsPrincipal { get; set; }
Property Value
Type Description
string

The HDFS principal.

Remarks

Required

KeyDistributionCenter

Declaration
[JsonProperty(PropertyName = "keyDistributionCenter")]
public string KeyDistributionCenter { get; set; }
Property Value
Type Description
string

The HDFS Key Distribution Center.

KeyTabContent

Declaration
[JsonProperty(PropertyName = "keyTabContent")]
public SensitiveAttribute KeyTabContent { get; set; }
Property Value
Type Description
SensitiveAttribute

NameNodePrincipal

Declaration
[Required(ErrorMessage = "NameNodePrincipal is required.")]
[JsonProperty(PropertyName = "nameNodePrincipal")]
public string NameNodePrincipal { get; set; }
Property Value
Type Description
string

The HDFS Name Node principal.

Remarks

Required

Realm

Declaration
[JsonProperty(PropertyName = "realm")]
public string Realm { get; set; }
Property Value
Type Description
string

HDFS Realm name.

In this article
Back to top