Uses of Class
com.oracle.bmc.rover.model.RoverCluster.ShippingPreference
-
Packages that use RoverCluster.ShippingPreference Package Description com.oracle.bmc.rover.model -
-
Uses of RoverCluster.ShippingPreference in com.oracle.bmc.rover.model
Methods in com.oracle.bmc.rover.model that return RoverCluster.ShippingPreference Modifier and Type Method Description static RoverCluster.ShippingPreference
RoverCluster.ShippingPreference. create(String key)
RoverCluster.ShippingPreference
RoverCluster. getShippingPreference()
Preference for device delivery.static RoverCluster.ShippingPreference
RoverCluster.ShippingPreference. valueOf(String name)
Returns the enum constant of this type with the specified name.static RoverCluster.ShippingPreference[]
RoverCluster.ShippingPreference. 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 RoverCluster.ShippingPreference Modifier and Type Method Description RoverCluster.Builder
RoverCluster.Builder. shippingPreference(RoverCluster.ShippingPreference shippingPreference)
Preference for device delivery.Constructors in com.oracle.bmc.rover.model with parameters of type RoverCluster.ShippingPreference 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.
-