Package | Description |
---|---|
com.oracle.bmc.rover | |
com.oracle.bmc.rover.model |
Modifier and Type | Method and Description |
---|---|
Iterable<RoverNodeSummary> |
RoverNodePaginators.listRoverNodesRecordIterator(ListRoverNodesRequest request)
Creates a new iterable which will iterate over the
RoverNodeSummary objects contained in responses from the
listRoverNodes operation. |
Modifier and Type | Method and Description |
---|---|
RoverNodeSummary |
RoverNodeSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<RoverNodeSummary> |
RoverNodeCollection.getItems()
List of roverNodes.
|
List<RoverNodeSummary> |
RoverCluster.getNodes()
The summary of nodes that are part of this cluster.
|
Modifier and Type | Method and Description |
---|---|
RoverNodeSummary.Builder |
RoverNodeSummary.Builder.copy(RoverNodeSummary model) |
Modifier and Type | Method and 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 and 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.
|
Copyright © 2016–2024. All rights reserved.