Uses of Class
com.oracle.bmc.rover.model.NodeType
-
Packages that use NodeType Package Description com.oracle.bmc.rover.model com.oracle.bmc.rover.requests -
-
Uses of NodeType in com.oracle.bmc.rover.model
Methods in com.oracle.bmc.rover.model that return NodeType Modifier and Type Method Description static NodeType
NodeType. create(String key)
NodeType
RoverNode. getNodeType()
The type of node indicating if it belongs to a clusterNodeType
RoverNodeSummary. getNodeType()
The type of node indicating if it belongs to a clusterstatic 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.Methods in com.oracle.bmc.rover.model with parameters of type NodeType Modifier and Type Method Description RoverNode.Builder
RoverNode.Builder. nodeType(NodeType nodeType)
The type of node indicating if it belongs to a clusterRoverNodeSummary.Builder
RoverNodeSummary.Builder. nodeType(NodeType nodeType)
The type of node indicating if it belongs to a clusterConstructors in com.oracle.bmc.rover.model with parameters of type NodeType Constructor 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. -
Uses of NodeType in com.oracle.bmc.rover.requests
Methods in com.oracle.bmc.rover.requests that return NodeType Modifier and Type Method Description NodeType
ListRoverNodesRequest. getNodeType()
A filter to return only Nodes of type matched with the given node type.Methods in com.oracle.bmc.rover.requests with parameters of type NodeType Modifier and Type Method Description ListRoverNodesRequest.Builder
ListRoverNodesRequest.Builder. nodeType(NodeType nodeType)
A filter to return only Nodes of type matched with the given node type.
-