Uses of Class
com.oracle.bmc.rover.model.CreateRoverClusterDetails.ShippingPreference
-
Packages that use CreateRoverClusterDetails.ShippingPreference Package Description com.oracle.bmc.rover.model -
-
Uses of CreateRoverClusterDetails.ShippingPreference in com.oracle.bmc.rover.model
Methods in com.oracle.bmc.rover.model that return CreateRoverClusterDetails.ShippingPreference Modifier and Type Method Description static CreateRoverClusterDetails.ShippingPreference
CreateRoverClusterDetails.ShippingPreference. create(String key)
CreateRoverClusterDetails.ShippingPreference
CreateRoverClusterDetails. getShippingPreference()
Preference for device delivery.static CreateRoverClusterDetails.ShippingPreference
CreateRoverClusterDetails.ShippingPreference. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateRoverClusterDetails.ShippingPreference[]
CreateRoverClusterDetails.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 CreateRoverClusterDetails.ShippingPreference Modifier and Type Method Description CreateRoverClusterDetails.Builder
CreateRoverClusterDetails.Builder. shippingPreference(CreateRoverClusterDetails.ShippingPreference shippingPreference)
Preference for device delivery.Constructors in com.oracle.bmc.rover.model with parameters of type CreateRoverClusterDetails.ShippingPreference Constructor Description CreateRoverClusterDetails(String displayName, String compartmentId, Integer clusterSize, ShippingAddress customerShippingAddress, List<RoverWorkload> clusterWorkloads, ClusterType clusterType, String superUserPassword, EnclosureType enclosureType, String unlockPassphrase, String pointOfContact, String pointOfContactPhoneNumber, CreateRoverClusterDetails.ShippingPreference shippingPreference, String shippingVendor, Date timePickupExpected, String oracleShippingTrackingUrl, String subscriptionId, LifecycleState lifecycleState, String lifecycleStateDetails, Boolean isImportRequested, String importCompartmentId, String importFileBucket, String dataValidationCode, String masterKeyId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-