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