Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmCustomProperty
-
Packages that use OlvmCustomProperty Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmCustomProperty in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmCustomProperty Modifier and Type Method Description OlvmCustomPropertyOlvmCustomProperty.Builder. build()Methods in com.oracle.bmc.cloudmigrations.model that return types with arguments of type OlvmCustomProperty Modifier and Type Method Description List<OlvmCustomProperty>OlvmTemplateProperties. getCustomProperties()Custom properties applied to the vNIC profile.List<OlvmCustomProperty>OlvmVirtualMachine. getCustomProperties()Custom properties applied to the vNIC profile.List<OlvmCustomProperty>OlvmVnicProfileProperties. getCustomProperties()Custom properties applied to the vNIC profile.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmCustomProperty Modifier and Type Method Description OlvmCustomProperty.BuilderOlvmCustomProperty.Builder. copy(OlvmCustomProperty model)Method parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type OlvmCustomProperty Modifier and Type Method Description OlvmTemplateProperties.BuilderOlvmTemplateProperties.Builder. customProperties(List<OlvmCustomProperty> customProperties)Custom properties applied to the vNIC profile.OlvmVirtualMachine.BuilderOlvmVirtualMachine.Builder. customProperties(List<OlvmCustomProperty> customProperties)Custom properties applied to the vNIC profile.OlvmVnicProfileProperties.BuilderOlvmVnicProfileProperties.Builder. customProperties(List<OlvmCustomProperty> customProperties)Custom properties applied to the vNIC profile.Constructor parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type OlvmCustomProperty Constructor Description OlvmTemplateProperties(OlvmTemplateProperties.AutoPinningPolicy autoPinningPolicy, OlvmBios bios, String comment, OlvmConsole console, OlvmCpu cpu, OlvmTemplateProperties.CpuPinningPolicy cpuPinningPolicy, Integer cpuShares, Date timeCreated, OlvmVersion customCompatibilityVersion, String customCpuModel, String customEmulatedMachine, List<OlvmCustomProperty> customProperties, Boolean isDeleteProtected, String description, OlvmDisplay display, OlvmDomain domain, OlvmHighAvailability highAvailability, OlvmInitialization initialization, Integer ioThreads, OlvmIcon largeIcon, OlvmStorageDomainProperties storageDomainLease, Long memoryInBytes, OlvmMemoryPolicy memoryPolicy, OlvmMigrationOptions migrationPolicy, Integer migrationDowntimeInMs, Boolean isMultiQueuesEnabled, String templateName, String origin, OlvmOperatingSystem os, OlvmVmPlacementPolicy placementPolicy, OlvmSerialNumber serialNumber, OlvmIcon smallIcon, Boolean isSoundcardEnabled, Boolean isStartPaused, Boolean isStateless, OlvmTemplateProperties.Status status, OlvmTemplateProperties.StorageErrorResumeBehavior storageErrorResumeBehavior, String timezone, Boolean isTpmEnabled, Boolean isTunnelMigration, OlvmVmType type, OlvmUsb usb, OlvmTemplateVersion version, Boolean isVirtioScsiEnabled, Integer virtioScsiMultiQueues, Boolean isVirtioScsiMultiQueuesEnabled, OlvmVirtualMachine vm)Deprecated.OlvmVirtualMachine(OlvmVirtualMachine.AutoPinningPolicy autoPinningPolicy, OlvmBios bios, String comment, OlvmConsole console, OlvmCpu cpu, OlvmVirtualMachine.CpuPinningPolicy cpuPinningPolicy, Integer cpuShares, Date timeCreated, OlvmVersion customCompatibilityVersion, String customCpuModel, String customEmulatedMachine, List<OlvmCustomProperty> customProperties, Boolean isDeleteProtected, String description, OlvmDisplay display, OlvmDomain domain, String fqdn, OlvmGuestOperatingSystem guestOperatingSystem, String guestTimeZone, Boolean isContainIllegalImages, OlvmHighAvailability highAvailability, OlvmInitialization initialization, Integer ioThreads, OlvmIcon largeIcon, OlvmStorageDomainProperties storageDomainLease, Long memoryInBytes, OlvmMemoryPolicy memoryPolicy, OlvmMigrationOptions migrationPolicy, Integer migrationDowntimeInMs, Boolean isMultiQueuesEnabled, String virtualMachineName, Boolean isNextRunConfigurationExists, OlvmVirtualMachine.NumaTuneMode numaTuneMode, String origin, OlvmOperatingSystem os, OlvmVmPlacementPolicy placementPolicy, Boolean isRunOnce, OlvmSerialNumber serialNumber, OlvmIcon smallIcon, Boolean isSoundcardEnabled, Boolean isStartPaused, Date timeStart, Boolean isStateless, OlvmVmStatus status, String statusDetail, String stopReason, Date timeStop, OlvmVirtualMachine.StorageErrorResumeBehavior storageErrorResumeBehavior, String timezone, Boolean isTpmEnabled, Boolean isTunnelMigration, OlvmVmType type, OlvmUsb usb, Boolean isUseLatestTemplateVersion, Boolean isVirtioScsiEnabled, Integer virtioScsiMultiQueues, Boolean isVirtioScsiMultiQueuesEnabled)Deprecated.OlvmVnicProfileProperties(String comment, List<OlvmCustomProperty> customProperties, String description, Boolean isMigratable, String vnicProfileName, OlvmVnicProfileProperties.PassThrough passThrough, Boolean isPortMirroring)Deprecated.
-