Uses of Class
com.oracle.bmc.rover.model.RoverNodeSummary
-
Packages that use RoverNodeSummary Package Description com.oracle.bmc.rover com.oracle.bmc.rover.model -
-
Uses of RoverNodeSummary in com.oracle.bmc.rover
Methods in com.oracle.bmc.rover that return types with arguments of type RoverNodeSummary Modifier and Type Method Description Iterable<RoverNodeSummary>
RoverNodePaginators. listRoverNodesRecordIterator(ListRoverNodesRequest request)
Creates a new iterable which will iterate over theRoverNodeSummary
objects contained in responses from the listRoverNodes operation. -
Uses of RoverNodeSummary in com.oracle.bmc.rover.model
Methods in com.oracle.bmc.rover.model that return RoverNodeSummary Modifier and Type Method Description RoverNodeSummary
RoverNodeSummary.Builder. build()
Methods in com.oracle.bmc.rover.model that return types with arguments of type RoverNodeSummary Modifier and Type Method Description List<RoverNodeSummary>
RoverNodeCollection. getItems()
List of roverNodes.List<RoverNodeSummary>
RoverCluster. getNodes()
The summary of nodes that are part of this cluster.Methods in com.oracle.bmc.rover.model with parameters of type RoverNodeSummary Modifier and Type Method Description RoverNodeSummary.Builder
RoverNodeSummary.Builder. copy(RoverNodeSummary model)
Method parameters in com.oracle.bmc.rover.model with type arguments of type RoverNodeSummary Modifier and Type Method Description RoverNodeCollection.Builder
RoverNodeCollection.Builder. items(List<RoverNodeSummary> items)
List of roverNodes.RoverCluster.Builder
RoverCluster.Builder. nodes(List<RoverNodeSummary> nodes)
The summary of nodes that are part of this cluster.Constructor parameters in com.oracle.bmc.rover.model with type arguments of type RoverNodeSummary Constructor Description RoverCluster(String id, String compartmentId, String displayName, Integer clusterSize, Date timeCreated, LifecycleState lifecycleState, String lifecycleStateDetails, ShippingAddress customerShippingAddress, List<RoverNodeSummary> nodes, EnclosureType enclosureType, Date timeCustomerReceived, Date timeCustomerReturned, String deliveryTrackingInfo, List<RoverWorkload> clusterWorkloads, ClusterType clusterType, String subscriptionId, String exteriorDoorCode, String interiorAlarmDisarmCode, String superUserPassword, String unlockPassphrase, String pointOfContact, String pointOfContactPhoneNumber, RoverCluster.ShippingPreference shippingPreference, String oracleShippingTrackingUrl, String shippingVendor, Date timePickupExpected, Date timeReturnWindowStarts, Date timeReturnWindowEnds, String returnShippingLabelUri, Boolean isImportRequested, String importCompartmentId, String importFileBucket, String dataValidationCode, String imageExportPar, String masterKeyId, String tags, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.RoverNodeCollection(List<RoverNodeSummary> items)
Deprecated.
-