Uses of Class
com.oracle.bmc.database.model.BackupDestinationSummary.NfsMountType
-
Packages that use BackupDestinationSummary.NfsMountType Package Description com.oracle.bmc.database.model -
-
Uses of BackupDestinationSummary.NfsMountType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return BackupDestinationSummary.NfsMountType Modifier and Type Method Description static BackupDestinationSummary.NfsMountType
BackupDestinationSummary.NfsMountType. create(String key)
BackupDestinationSummary.NfsMountType
BackupDestinationSummary. getNfsMountType()
NFS Mount type for backup destination.static BackupDestinationSummary.NfsMountType
BackupDestinationSummary.NfsMountType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackupDestinationSummary.NfsMountType[]
BackupDestinationSummary.NfsMountType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type BackupDestinationSummary.NfsMountType Modifier and Type Method Description BackupDestinationSummary.Builder
BackupDestinationSummary.Builder. nfsMountType(BackupDestinationSummary.NfsMountType nfsMountType)
NFS Mount type for backup destination.Constructors in com.oracle.bmc.database.model with parameters of type BackupDestinationSummary.NfsMountType Constructor Description BackupDestinationSummary(String id, String displayName, String compartmentId, BackupDestinationSummary.Type type, List<AssociatedDatabaseDetails> associatedDatabases, List<AssociatedLongTermBackup> associatedLongTermBackups, Integer associatedLongTermBackupCount, String connectionString, List<String> vpcUsers, String localMountPointPath, BackupDestinationSummary.NfsMountType nfsMountType, List<String> nfsServer, String nfsServerExport, BackupDestinationSummary.LifecycleState lifecycleState, Date timeCreated, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Integer totalStorageSizeInGBs, Integer utilizedStorageSizeInGBs, Date timeAtWhichStorageDetailsAreUpdated)
Deprecated.
-