Package com.pulumi.aws.datasync.outputs
Class LocationHdfsNameNode
- java.lang.Object
-
- com.pulumi.aws.datasync.outputs.LocationHdfsNameNode
-
public final class LocationHdfsNameNode extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LocationHdfsNameNode.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocationHdfsNameNode.Builder
builder()
static LocationHdfsNameNode.Builder
builder(LocationHdfsNameNode defaults)
java.lang.String
hostname()
java.lang.Integer
port()
-
-
-
Method Detail
-
hostname
public java.lang.String hostname()
- Returns:
- The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.
-
port
public java.lang.Integer port()
- Returns:
- The port that the NameNode uses to listen to client requests.
-
builder
public static LocationHdfsNameNode.Builder builder()
-
builder
public static LocationHdfsNameNode.Builder builder(LocationHdfsNameNode defaults)
-
-