Package | Description |
---|---|
com.oracle.bmc.rover.model | |
com.oracle.bmc.rover.requests |
Modifier and Type | Method and Description |
---|---|
static NodeType |
NodeType.create(String key) |
NodeType |
RoverNode.getNodeType()
The type of node indicating if it belongs to a cluster
|
NodeType |
RoverNodeSummary.getNodeType()
The type of node indicating if it belongs to a cluster
|
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RoverNode.Builder |
RoverNode.Builder.nodeType(NodeType nodeType)
The type of node indicating if it belongs to a cluster
|
RoverNodeSummary.Builder |
RoverNodeSummary.Builder.nodeType(NodeType nodeType)
The type of node indicating if it belongs to a cluster
|
Constructor and Description |
---|
RoverNode(String id,
String clusterId,
String compartmentId,
NodeType nodeType,
String shape,
EnclosureType enclosureType,
String serialNumber,
String displayName,
Date timeCreated,
LifecycleState lifecycleState,
String lifecycleStateDetails,
ShippingAddress customerShippingAddress,
List<RoverWorkload> nodeWorkloads,
Date timeCustomerReceieved,
Date timeCustomerReturned,
String deliveryTrackingInfo,
String superUserPassword,
String unlockPassphrase,
String pointOfContact,
String pointOfContactPhoneNumber,
RoverNode.ShippingPreference shippingPreference,
String shippingVendor,
Date timePickupExpected,
Date timeReturnWindowStarts,
String oracleShippingTrackingUrl,
Date timeReturnWindowEnds,
String returnShippingLabelUri,
Boolean isImportRequested,
String importCompartmentId,
String importFileBucket,
String dataValidationCode,
String publicKey,
String imageExportPar,
String masterKeyId,
String certificateAuthorityId,
Date timeCertValidityEnd,
String commonName,
String certCompartmentId,
String certificateVersionNumber,
String certificateId,
CertKeyAlgorithm certKeyAlgorithm,
CertSignatureAlgorithm certSignatureAlgorithm,
String tags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
RoverNodeSummary(String id,
String compartmentId,
String clusterId,
String serialNumber,
NodeType nodeType,
String shape,
String displayName,
Date timeCreated,
LifecycleState lifecycleState,
String lifecycleStateDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
NodeType |
ListRoverNodesRequest.getNodeType()
A filter to return only Nodes of type matched with the given node type.
|
Modifier and Type | Method and Description |
---|---|
ListRoverNodesRequest.Builder |
ListRoverNodesRequest.Builder.nodeType(NodeType nodeType)
A filter to return only Nodes of type matched with the given node type.
|
Copyright © 2016–2024. All rights reserved.