Package | Description |
---|---|
com.oracle.bmc.bds.model |
Modifier and Type | Method and Description |
---|---|
static Node.NodeType |
Node.NodeType.create(String key) |
Node.NodeType |
AutoScalingConfiguration.getNodeType()
A node type that is managed by an autoscale configuration.
|
Node.NodeType |
AutoScalingConfigurationSummary.getNodeType()
A node type that is managed by an autoscale configuration.
|
Node.NodeType |
NodeTypeLevelDetails.getNodeType()
Type of the node or nodes of the node backup configuration or node replacement configuration
which are going to be created.
|
Node.NodeType |
Node.getNodeType()
Cluster node type.
|
Node.NodeType |
CreateNodeDetails.getNodeType()
The Big Data Service cluster node type.
|
Node.NodeType |
AddAutoScalingConfigurationDetails.getNodeType()
A node type that is managed by an autoscale configuration.
|
static Node.NodeType |
Node.NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.NodeType[] |
Node.NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutoScalingConfiguration.Builder |
AutoScalingConfiguration.Builder.nodeType(Node.NodeType nodeType)
A node type that is managed by an autoscale configuration.
|
AutoScalingConfigurationSummary.Builder |
AutoScalingConfigurationSummary.Builder.nodeType(Node.NodeType nodeType)
A node type that is managed by an autoscale configuration.
|
NodeTypeLevelDetails.Builder |
NodeTypeLevelDetails.Builder.nodeType(Node.NodeType nodeType)
Type of the node or nodes of the node backup configuration or node replacement
configuration which are going to be created.
|
Node.Builder |
Node.Builder.nodeType(Node.NodeType nodeType)
Cluster node type.
|
CreateNodeDetails.Builder |
CreateNodeDetails.Builder.nodeType(Node.NodeType nodeType)
The Big Data Service cluster node type.
|
AddAutoScalingConfigurationDetails.Builder |
AddAutoScalingConfigurationDetails.Builder.nodeType(Node.NodeType nodeType)
A node type that is managed by an autoscale configuration.
|
Constructor and Description |
---|
AddAutoScalingConfigurationDetails(String displayName,
Node.NodeType nodeType,
Boolean isEnabled,
String clusterAdminPassword,
AutoScalePolicy policy,
AddAutoScalePolicyDetails policyDetails)
Deprecated.
|
AutoScalingConfiguration(String id,
String displayName,
Node.NodeType nodeType,
AutoScalingConfiguration.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
AutoScalePolicy policy,
AutoScalePolicyDetails policyDetails)
Deprecated.
|
AutoScalingConfigurationSummary(String id,
String displayName,
AutoScalingConfiguration.LifecycleState lifecycleState,
Node.NodeType nodeType,
Date timeCreated,
Date timeUpdated,
AutoScalePolicy policy,
AutoScalePolicyDetails policyDetails)
Deprecated.
|
CreateNodeDetails(Node.NodeType nodeType,
String shape,
Long blockVolumeSizeInGBs,
String subnetId,
ShapeConfigDetails shapeConfig)
Deprecated.
|
Node(String instanceId,
String displayName,
Node.LifecycleState lifecycleState,
Node.NodeType nodeType,
String shape,
List<VolumeAttachmentDetail> attachedBlockVolumes,
String subnetId,
String ipAddress,
String hostname,
String imageId,
String sshFingerprint,
String availabilityDomain,
String faultDomain,
Date timeCreated,
Date timeUpdated,
Integer ocpus,
Integer memoryInGBs,
Integer nvmes,
Double localDisksTotalSizeInGBs,
Date timeMaintenanceRebootDue,
String osVersion,
Boolean isRebootRequired,
String odhVersion,
Date timeReplaced,
String nodeBackupId)
Deprecated.
|
NodeTypeLevelDetails(Node.NodeType nodeType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.