Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

V

validate(Cloud, ValidateCloudRequest) - Method in interface com.morpheusdata.core.providers.CloudProvider
Validates the submitted cloud information to make sure it is functioning correctly.
validate(NetworkLoadBalancer, Map) - Method in interface com.morpheusdata.core.network.loadbalancer.LoadBalancerProvider
Validates the user submitted load balancer connection information to ensure the appliance can communicate with it.
validateAddressInRange(String, String) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateApp(App, Map) - Method in interface com.morpheusdata.core.providers.ResourceProvisionProvider.AppFacet
Validate the provided provisioning options for an App.
validateAppPortProfile(Account, NetworkRouter, NetworkProvider.MvmProvisionFacet.AppPortProfileConfig) - Method in interface com.morpheusdata.core.providers.NetworkProvider.MvmProvisionFacet.AppPortProfileFacet
 
validateBackup(Backup, Map, Map) - Method in class com.morpheusdata.core.backup.AbstractBackupTypeProvider
 
validateBackup(Backup, Map, Map) - Method in class com.morpheusdata.core.backup.AbstractMorpheusBackupTypeProvider
 
validateBackup(Backup, Map, Map) - Method in interface com.morpheusdata.core.backup.BackupExecutionProvider
Validate the configuration of the backup.
validateBackup(Backup, Map, Map) - Method in interface com.morpheusdata.core.backup.BackupTypeProvider
Validate the configuration of the backup.
validateBackupJob(BackupJob, Map, Map) - Method in class com.morpheusdata.core.backup.AbstractBackupProvider
 
validateBackupJob(BackupJob, Map, Map) - Method in interface com.morpheusdata.core.backup.BackupJobProvider
Validate the configuration of the BackupJob.
validateBackupJob(BackupJob, Map, Map) - Method in interface com.morpheusdata.core.backup.BackupProviderInterface
Validate the configuration of the BackupJob.
validateBackupJob(BackupJob, Map, Map) - Method in class com.morpheusdata.core.backup.DefaultBackupJobProvider
There is no additional work to be done, allow morpheus to complete the internal process.
validateBackupProvider(BackupProvider, Map) - Method in class com.morpheusdata.core.backup.AbstractBackupProvider
 
validateBackupProvider(BackupProvider, Map) - Method in interface com.morpheusdata.core.backup.BackupProviderInterface
Validate the configuration of the BackupProvider.
validateBgpNeighbor(NetworkRouter, NetworkRouterBgpNeighbor) - Method in interface com.morpheusdata.core.providers.NetworkProvider
Called for additional validation of of the bgp neighbor input parameters that the provider may require
validateBucket(StorageBucket, Map) - Method in interface com.morpheusdata.core.providers.StorageProviderBuckets
Validates the submitted information when saving a bucket.
validateCidr(String) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateCidr(String, Boolean) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
ValidateCloudRequest - Class in com.morpheusdata.request
 
ValidateCloudRequest(String, String, String, Map) - Constructor for class com.morpheusdata.request.ValidateCloudRequest
 
validateDatastore(Datastore) - Method in interface com.morpheusdata.core.providers.DatastoreTypeProvider
Perform any validations necessary on the target prior to create.
validateFirewallGroup(Account, NetworkRouter, NetworkProvider.MvmProvisionFacet.FirewallGroupConfig) - Method in interface com.morpheusdata.core.providers.NetworkProvider.MvmProvisionFacet.FirewallGroupFacet
 
validateHost(ComputeServer, Map) - Method in interface com.morpheusdata.core.providers.HostProvisionProvider
Validate the provided provisioning options for a Docker host server.
validateInstance(Instance, Map) - Method in interface com.morpheusdata.core.providers.ResourceProvisionProvider
Validate the provided provisioning options for an Instance.
validateIpAddr(String) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateIpAddr(String, Boolean) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateIpAddrOrCidr(String) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateIpAddrOrCidr(String, Boolean) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateIpAddrOrCidrOrRange(String) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateIpAddrOrCidrOrRange(String, Boolean) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateIpAddrOrRange(String) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateIpAddrOrRange(String, Boolean) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateIpRange(String) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateIpRange(String, Boolean) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateIpv4Cidr(String) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateIpv6Cidr(String) - Static method in class com.morpheusdata.core.util.NetworkUtility
 
validateLoadBalancerHealthMonitor(NetworkLoadBalancerMonitor) - Method in interface com.morpheusdata.core.network.loadbalancer.LoadBalancerProvider
Implement this method to perform validation for the create/save of a load balancer health monitor
validateLoadBalancerInstance(NetworkLoadBalancerInstance) - Method in interface com.morpheusdata.core.network.loadbalancer.LoadBalancerProvider
 
validateLoadBalancerInstanceConfiguration(NetworkLoadBalancer, Instance) - Method in interface com.morpheusdata.core.network.loadbalancer.LoadBalancerProvider
 
validateLoadBalancerNode(NetworkLoadBalancerNode) - Method in interface com.morpheusdata.core.network.loadbalancer.LoadBalancerProvider
Implement this method to perform validation for the create/save of a load balancer node
validateLoadBalancerPolicy(NetworkLoadBalancerPolicy) - Method in interface com.morpheusdata.core.network.loadbalancer.LoadBalancerProvider
Implement this method to perform validation for the create/save of a load balancer policy
validateLoadBalancerPool(NetworkLoadBalancerPool) - Method in interface com.morpheusdata.core.network.loadbalancer.LoadBalancerProvider
Implement this method to perform validation for the create/save of a load balancer pool
validateLoadBalancerRule(NetworkLoadBalancerRule) - Method in interface com.morpheusdata.core.network.loadbalancer.LoadBalancerProvider
Implement this method to perform validation for the create/save of a load balancer policy rule
validateLoadBalancerVirtualServer(NetworkLoadBalancerInstance) - Method in interface com.morpheusdata.core.network.loadbalancer.LoadBalancerProvider
Implement this method to perform validation for the create/save of a load balancer virtual server (vip)
validateMoveServer(ComputeServer, ComputeServer, Boolean) - Method in interface com.morpheusdata.core.providers.ComputeProvisionProvider.MoveFacet
 
validateNAT(Account, NetworkRouter, NetworkProvider.MvmProvisionFacet.NATConfig) - Method in interface com.morpheusdata.core.providers.NetworkProvider.MvmProvisionFacet.NATFacet
 
validateNetwork(Network, Map) - Method in interface com.morpheusdata.core.providers.NetworkProvider
Validates the submitted network information.
validateNetworkRoute(Network, NetworkRoute, Map) - Method in interface com.morpheusdata.core.providers.NetworkProvider
Validate the submitted NetworkRoute information.
validateNetworkServer(NetworkServer, Map) - Method in interface com.morpheusdata.core.providers.NetworkProvider
Validates the submitted network server information.
validateOptions(Map) - Method in interface com.morpheusdata.core.providers.ReportProvider
 
validatePackageConfig(ComputeServerGroup, ComputeServerGroupPackage) - Method in interface com.morpheusdata.core.providers.ComputeTypePackageProvider
Validates the submitted package configuration
validateResizeServer(ComputeServer, ResizeV2Request, Map) - Method in interface com.morpheusdata.core.providers.HostProvisionProvider.ResizeV2Facet
Validates the provided resize options of for a server.
ValidateResizeV2WorkloadResponse - Class in com.morpheusdata.response
ValidateResizeV2WorkloadResponse() - Constructor for class com.morpheusdata.response.ValidateResizeV2WorkloadResponse
 
validateResizeWorkload(Instance, Workload, ResizeRequest, Map) - Method in interface com.morpheusdata.core.providers.WorkloadProvisionProvider.ResizeFacet
Validates the provided resize options of an instance's workload.
validateResizeWorkload(Instance, Workload, ResizeV2Request, Map) - Method in interface com.morpheusdata.core.providers.WorkloadProvisionProvider.ResizeV2Facet
Validates the provided resize options of an instance's workload.
ValidateResizeWorkloadResponse - Class in com.morpheusdata.response
ValidateResizeWorkloadResponse() - Constructor for class com.morpheusdata.response.ValidateResizeWorkloadResponse
 
validateRestoreBackup(BackupResult, Map) - Method in class com.morpheusdata.core.backup.AbstractBackupTypeProvider
 
validateRestoreBackup(BackupResult, Map) - Method in interface com.morpheusdata.core.backup.BackupRestoreProvider
Verify the backup restore is valid.
validateRestoreBackup(BackupResult, Map) - Method in interface com.morpheusdata.core.backup.BackupTypeProvider
Verify the backup restore is valid.
validateRouter(NetworkRouter, Map) - Method in interface com.morpheusdata.core.providers.NetworkProvider
Validate the submitted NetworkRouter information.
validateRouterRoute(NetworkRouter, NetworkRoute, Map) - Method in interface com.morpheusdata.core.providers.NetworkProvider
Validate the submitted NetworkRoute information.
validateSecurityGroup(SecurityGroup, Map) - Method in interface com.morpheusdata.core.providers.NetworkProvider
Validates the submitted security group information.
validateSecurityGroup(SecurityGroup, Map) - Method in interface com.morpheusdata.core.providers.SecurityGroupProvider
Validates the submitted SecurityGroup information.
validateSecurityGroupRule(SecurityGroupRule) - Method in interface com.morpheusdata.core.providers.NetworkProvider
Validate the submitted security group rule object.
validateSecurityGroupRule(SecurityGroupRule) - Method in interface com.morpheusdata.core.providers.SecurityGroupProvider
Validate the submitted security group rule object.
validateServerGroup(ComputeServerGroup) - Method in interface com.morpheusdata.core.providers.ClusterProvider
Validates the server group for a given cluster.
validateServerGroupConfig(ComputeServerGroupType, Map) - Method in interface com.morpheusdata.core.providers.ClusterProvider
Validates the server group configuration for a given cluster type.
validateSubnet(NetworkSubnet, Network, Map) - Method in interface com.morpheusdata.core.providers.NetworkProvider
Validates the submitted subnet information.
validateUsageOnDelete - Variable in class com.morpheusdata.model.NetworkType
Check for usage on delete and prevent deletion if there are any resources using networks of this type
validateWorkload(Map) - Method in interface com.morpheusdata.core.providers.WorkloadProvisionProvider
Validates the provided provisioning options of a workload.
value - Variable in class com.morpheusdata.core.data.DataFilter
The value to check the property value against as it relates to the operator
value - Variable in class com.morpheusdata.model.DetailEntry
The value to display for this detail entry.
value - Variable in class com.morpheusdata.model.MetadataTag
 
value - Variable in class com.morpheusdata.model.OperationData
 
value - Variable in class com.morpheusdata.model.projection.SettingIdentityProjection
 
value - Variable in class com.morpheusdata.model.ReferenceData
 
value - Variable in class com.morpheusdata.model.Setting
 
value - Variable in class com.morpheusdata.model.TaskOption
 
valueField - Variable in class com.morpheusdata.core.data.DatasetQuery
 
valueOf(String) - Static method in enum class com.morpheusdata.core.data.DataQuery.SortOrder
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.core.providers.CloudProvider.CloudClassification
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.core.providers.DatastoreTypeProvider.MvmProvisionFacet.MvmDiskConfig.DeviceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.core.providers.DatastoreTypeProvider.MvmProvisionFacet.MvmDiskConfig.DiskMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.core.providers.GenericIntegrationProvider.EventSubscriberFacet.EventScope
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.AccountDiscovery.Severity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.AccountIntegration.Category
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.AccountIntegration.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.AccountIntegrationType.AssociationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.BackupRestore.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.BackupResult.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.Cloud.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.CloudPool.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeDevice.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeDeviceType.Family
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeServer.CommType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeServer.GuestAgentStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeServer.GuestConsoleType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeServer.PlacementStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeServer.PowerState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeServer.ServerGroupMemberStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeServerGroup.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeServerGroupPackage.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeServerType.AgentType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeServerType.ClusterType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeServerType.ContainerEngine
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ComputeTypePackage.ProviderType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.Container.Status
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.costing.Interval
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.event.ClusterEvent.ClusterEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.event.DatastoreEvent.DatastoreEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.event.EventScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.event.GlobalEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.event.NetworkEvent.NetworkEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.HostType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ImageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.Instance.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.LogLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.NetAddress.AddressType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.NetworkFloatingIp.IpStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.NetworkFloatingIp.IPType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.NetworkPoolIp.IPType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.NetworkSubnet.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.OptionType.InputType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.Permission.AccessType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.Permission.ResourceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.PlatformType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ProcessEvent.ProcessType
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ReportResult.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.Request.ApprovalRequestType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.RequestChangeDetail.Category
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.RequestChangeDetail.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.RequestReference.ApprovalStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.ResourcePermission.ResourceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.Role.RoleType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.SecurityGroupLocation.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.TaskType.TaskScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.UIScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.Workload.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.morpheusdata.model.Workspace.TargetType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.morpheusdata.core.data.DataQuery.SortOrder
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.core.providers.CloudProvider.CloudClassification
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.core.providers.DatastoreTypeProvider.MvmProvisionFacet.MvmDiskConfig.DeviceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.core.providers.DatastoreTypeProvider.MvmProvisionFacet.MvmDiskConfig.DiskMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.core.providers.GenericIntegrationProvider.EventSubscriberFacet.EventScope
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.AccountDiscovery.Severity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.AccountIntegration.Category
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.AccountIntegration.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.AccountIntegrationType.AssociationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.BackupRestore.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.BackupResult.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.Cloud.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.CloudPool.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeDevice.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeDeviceType.Family
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeServer.CommType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeServer.GuestAgentStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeServer.GuestConsoleType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeServer.PlacementStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeServer.PowerState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeServer.ServerGroupMemberStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeServerGroup.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeServerGroupPackage.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeServerType.AgentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeServerType.ClusterType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeServerType.ContainerEngine
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ComputeTypePackage.ProviderType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.Container.Status
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.costing.Interval
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.event.ClusterEvent.ClusterEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.event.DatastoreEvent.DatastoreEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.event.EventScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.event.GlobalEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.event.NetworkEvent.NetworkEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.HostType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ImageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.Instance.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.LogLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.NetAddress.AddressType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.NetworkFloatingIp.IpStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.NetworkFloatingIp.IPType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.NetworkPoolIp.IPType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.NetworkSubnet.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.OptionType.InputType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.Permission.AccessType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.Permission.ResourceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.PlatformType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ProcessEvent.ProcessType
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ReportResult.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.Request.ApprovalRequestType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.RequestChangeDetail.Category
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.RequestChangeDetail.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.RequestReference.ApprovalStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.ResourcePermission.ResourceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.Role.RoleType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.SecurityGroupLocation.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.TaskType.TaskScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.UIScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.Workload.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.morpheusdata.model.Workspace.TargetType
Returns an array containing the constants of this enum class, in the order they are declared.
valueType - Variable in class com.morpheusdata.model.EnvironmentVariableType
 
valueType - Variable in class com.morpheusdata.model.MetadataTagType
 
vdi - Enum constant in enum class com.morpheusdata.model.ImageType
 
vendor - Variable in class com.morpheusdata.model.OsType
 
vendorId - Variable in class com.morpheusdata.model.ComputeDevice
 
vendorId - Variable in class com.morpheusdata.model.ComputeDeviceType
 
vendorName - Variable in class com.morpheusdata.model.ComputeDeviceType
 
verify(AccountIntegration, Map) - Method in interface com.morpheusdata.core.providers.CredentialProvider
Validation Method used to validate all inputs applied to the integration of an Credential Provider upon save.
verifyAccountIntegration(AccountIntegration, Map) - Method in interface com.morpheusdata.core.providers.DNSProvider
Validation Method used to validate all inputs applied to the integration of an DNS Provider upon save.
verifyAccountIntegration(AccountIntegration, Map) - Method in interface com.morpheusdata.core.providers.GenericIntegrationProvider
Validation Method used to validate all inputs applied to the generic integration upon save.
verifyNetworkPoolServer(NetworkPoolServer, Map) - Method in interface com.morpheusdata.core.providers.IPAMProvider
Validation Method used to validate all inputs applied to the integration of an IPAM Provider upon save.
verifyPattern - Variable in class com.morpheusdata.model.OptionType
 
verifyStorageServer(StorageServer, Map) - Method in interface com.morpheusdata.core.providers.StorageProvider
Validation Method used to validate all inputs applied to the integration of a Storage Provider upon save.
version - Variable in class com.morpheusdata.core.Plugin
The current version of the plugin
version - Variable in class com.morpheusdata.core.util.HttpApiClient.RequestOptions.OauthOptions
Oauth Version
version - Variable in class com.morpheusdata.core.util.RestApiUtil.RestOptions.OauthOptions
Deprecated.
 
version - Variable in class com.morpheusdata.model.system.SystemTypeLayout
 
version - Variable in class com.morpheusdata.model.TaskConfig.ContainerConfig
 
vhd - Enum constant in enum class com.morpheusdata.model.ImageType
 
vhdx - Enum constant in enum class com.morpheusdata.model.ImageType
 
ViewModel<T> - Class in com.morpheusdata.views
This model will be provided from Morpheus-ui to the plugin controller.
ViewModel() - Constructor for class com.morpheusdata.views.ViewModel
 
viewSet - Variable in class com.morpheusdata.model.AccountCertificateType
 
viewSet - Variable in class com.morpheusdata.model.AccountIntegrationType
 
viewSet - Variable in class com.morpheusdata.model.BackupProviderType
 
viewSet - Variable in class com.morpheusdata.model.BackupType
 
viewSet - Variable in class com.morpheusdata.model.ComputeServerGroupType
 
viewSet - Variable in class com.morpheusdata.model.InstanceType
 
viewSet - Variable in class com.morpheusdata.model.NetworkLoadBalancerType
 
viewSet - Variable in class com.morpheusdata.model.NetworkSecurityServerType
 
viewSet - Variable in class com.morpheusdata.model.NetworkServerType
 
viewSet - Variable in class com.morpheusdata.model.ProvisionType
 
viewSet - Variable in class com.morpheusdata.model.ReplicationType
 
viewTemplate - Variable in class com.morpheusdata.model.OptionType
 
vipAddress - Variable in class com.morpheusdata.model.projection.LoadBalancerInstanceIdentityProjection
 
vipBalance - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
vipBalance - Variable in class com.morpheusdata.model.NetworkLoadBalancerPool
 
vipClientIpMode - Variable in class com.morpheusdata.model.NetworkLoadBalancerPool
 
vipDirectAddress - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
vipHostname - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
vipMode - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
vipName - Variable in class com.morpheusdata.model.projection.LoadBalancerInstanceIdentityProjection
 
vipPool - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
vipPort - Variable in class com.morpheusdata.model.projection.LoadBalancerInstanceIdentityProjection
 
vipPortRange - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
vipProtocol - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
vipScheme - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
vipServerIpMode - Variable in class com.morpheusdata.model.NetworkLoadBalancerPool
 
vipShared - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
vipSource - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
vipStatus - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
vipSticky - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
vipSticky - Variable in class com.morpheusdata.model.NetworkLoadBalancerPool
 
vipType - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
VIRTIO - Enum constant in enum class com.morpheusdata.core.providers.DatastoreTypeProvider.MvmProvisionFacet.MvmDiskConfig.DiskMode
 
VIRTIO_SCSI - Enum constant in enum class com.morpheusdata.core.providers.DatastoreTypeProvider.MvmProvisionFacet.MvmDiskConfig.DiskMode
 
virtioSupported - Variable in class com.morpheusdata.model.VirtualImage
 
virtualImage - Variable in class com.morpheusdata.model.ContainerType
 
virtualImage - Variable in class com.morpheusdata.model.projection.VirtualImageLocationIdentityProjection
 
virtualImage - Variable in class com.morpheusdata.model.WorkloadType
 
virtualImage - Variable in class com.morpheusdata.response.ImportWorkloadResponse
 
VirtualImage - Class in com.morpheusdata.model
Describes a pre-built system image.
VirtualImage() - Constructor for class com.morpheusdata.model.VirtualImage
 
VirtualImageIdentityProjection - Class in com.morpheusdata.model.projection
Provides a subset of properties from the VirtualImage object for doing a sync match comparison with less bandwidth usage and memory footprint.
VirtualImageIdentityProjection() - Constructor for class com.morpheusdata.model.projection.VirtualImageIdentityProjection
 
virtualImageLocation - Variable in class com.morpheusdata.PrepareHostResponse
 
virtualImageLocation - Variable in class com.morpheusdata.response.PrepareWorkloadResponse
 
VirtualImageLocation - Class in com.morpheusdata.model
Describes a pre-built system image.
VirtualImageLocation() - Constructor for class com.morpheusdata.model.VirtualImageLocation
 
VirtualImageLocationIdentityProjection - Class in com.morpheusdata.model.projection
Provides a subset of properties from the VirtualImageLocation object for doing a sync match comparison with less bandwidth usage and memory footprint.
VirtualImageLocationIdentityProjection() - Constructor for class com.morpheusdata.model.projection.VirtualImageLocationIdentityProjection
 
virtualImageType - Variable in class com.morpheusdata.model.projection.VirtualImageIdentityProjection
 
virtualImageType - Variable in class com.morpheusdata.model.VirtualImage
 
VirtualImageType - Class in com.morpheusdata.model
 
VirtualImageType() - Constructor for class com.morpheusdata.model.VirtualImageType
 
VirtualImageTypeIdentityProjection - Class in com.morpheusdata.model.projection
 
VirtualImageTypeIdentityProjection() - Constructor for class com.morpheusdata.model.projection.VirtualImageTypeIdentityProjection
 
virtualizationType - Variable in class com.morpheusdata.model.VirtualImage
 
virtualServiceName - Variable in class com.morpheusdata.model.NetworkLoadBalancer
 
virtualServiceName - Variable in class com.morpheusdata.model.NetworkLoadBalancerInstance
 
visibility - Variable in class com.morpheusdata.model.AccountNamespace
 
visibility - Variable in class com.morpheusdata.model.AffinityGroup
 
visibility - Variable in class com.morpheusdata.model.AppTemplate
 
visibility - Variable in class com.morpheusdata.model.BackupJob
 
visibility - Variable in class com.morpheusdata.model.BackupProvider
 
visibility - Variable in class com.morpheusdata.model.BackupRepository
 
visibility - Variable in class com.morpheusdata.model.CatalogItemType
 
visibility - Variable in class com.morpheusdata.model.Cloud
 
visibility - Variable in class com.morpheusdata.model.CloudFolder
 
visibility - Variable in class com.morpheusdata.model.CloudPool
 
visibility - Variable in class com.morpheusdata.model.ComputeServerGroup
 
visibility - Variable in class com.morpheusdata.model.ComputeSite
 
visibility - Variable in class com.morpheusdata.model.Datastore
 
visibility - Variable in class com.morpheusdata.model.ExecuteScheduleType
 
visibility - Variable in class com.morpheusdata.model.InstanceType
 
visibility - Variable in class com.morpheusdata.model.NetworkLoadBalancer
 
visibility - Variable in class com.morpheusdata.model.NetworkLoadBalancerMember
 
visibility - Variable in class com.morpheusdata.model.NetworkLoadBalancerMonitor
 
visibility - Variable in class com.morpheusdata.model.NetworkLoadBalancerNode
 
visibility - Variable in class com.morpheusdata.model.NetworkLoadBalancerPolicy
 
visibility - Variable in class com.morpheusdata.model.NetworkLoadBalancerPool
 
visibility - Variable in class com.morpheusdata.model.NetworkLoadBalancerProfile
 
visibility - Variable in class com.morpheusdata.model.NetworkLoadBalancerRule
 
visibility - Variable in class com.morpheusdata.model.NetworkLoadBalancerScript
 
visibility - Variable in class com.morpheusdata.model.NetworkProxy
 
visibility - Variable in class com.morpheusdata.model.NetworkResourceGroup
 
visibility - Variable in class com.morpheusdata.model.NetworkRouter
 
visibility - Variable in class com.morpheusdata.model.NetworkSecurityServer
 
visibility - Variable in class com.morpheusdata.model.NetworkServer
 
visibility - Variable in class com.morpheusdata.model.NetworkSubnet
 
visibility - Variable in class com.morpheusdata.model.NetworkSwitch
 
visibility - Variable in class com.morpheusdata.model.OsType
 
visibility - Variable in class com.morpheusdata.model.PricePlan
 
visibility - Variable in class com.morpheusdata.model.projection.VirtualImageIdentityProjection
 
visibility - Variable in class com.morpheusdata.model.ReferenceData
 
visibility - Variable in class com.morpheusdata.model.SecurityGroup
 
visibility - Variable in class com.morpheusdata.model.SecurityGroupLocation
 
visibility - Variable in class com.morpheusdata.model.ServicePlan
 
visibility - Variable in class com.morpheusdata.model.StorageBucket
 
visibility - Variable in class com.morpheusdata.model.StorageGroup
 
visibility - Variable in class com.morpheusdata.model.StorageServer
 
visibility - Variable in class com.morpheusdata.model.TaskConfig.ServerConfig
 
visibility - Variable in class com.morpheusdata.model.TaskSet
 
visible - Variable in class com.morpheusdata.model.EnvironmentVariableType
 
visible - Variable in class com.morpheusdata.model.NetworkPoolServer
 
visible - Variable in class com.morpheusdata.model.NetworkRoute
 
visible - Variable in class com.morpheusdata.model.NetworkSecurityServer
 
visible - Variable in class com.morpheusdata.model.NetworkServer
 
visible - Variable in class com.morpheusdata.model.ReportType
 
visible - Variable in class com.morpheusdata.model.SecurityGroup
 
visible - Variable in class com.morpheusdata.model.SecurityGroupRule
 
visible - Variable in class com.morpheusdata.model.SecurityGroupRuleLocation
 
visible - Variable in class com.morpheusdata.model.VirtualImageType
visible to users
visible - Variable in class com.morpheusdata.model.WorkloadTypeMount
 
visible - Variable in class com.morpheusdata.model.WorkloadTypePort
 
visibleOnCode - Variable in class com.morpheusdata.model.OptionType
Controls when this optionType is visible Format is 'fieldName:regex'.
visibleOnCode - Variable in class com.morpheusdata.model.OptionTypeFieldGroup
 
vlan - Variable in class com.morpheusdata.model.ComputeServerInterfaceType
 
vlanId - Variable in class com.morpheusdata.model.ComputeServerInterface
 
vlanId - Variable in class com.morpheusdata.model.Network
 
vlanId - Variable in class com.morpheusdata.model.NetworkSubnet
 
vm - Enum constant in enum class com.morpheusdata.model.HostType
 
vmdk - Enum constant in enum class com.morpheusdata.model.ImageType
 
vmHypervisor - Variable in class com.morpheusdata.model.ComputeServerType
 
VmProvisionProvider - Interface in com.morpheusdata.core.providers
Provides methods for interacting with the provisioning engine of Morpheus for host and vms directly
vmRuntime - Variable in class com.morpheusdata.model.ComputeTypePackage
 
vmToolsInstalled - Variable in class com.morpheusdata.model.VirtualImage
 
vmtx - Enum constant in enum class com.morpheusdata.model.ImageType
 
vnc - Enum constant in enum class com.morpheusdata.model.ComputeServer.GuestConsoleType
 
volume - Enum constant in enum class com.morpheusdata.model.RequestChangeDetail.Category
 
volume - Variable in class com.morpheusdata.model.event.DatastoreEvent
 
volume - Variable in class com.morpheusdata.model.Snapshot
 
volume - Variable in class com.morpheusdata.model.SnapshotFile
 
Volume() - Constructor for class com.morpheusdata.model.TaskConfig.Volume
 
VOLUME_ATTACH - Enum constant in enum class com.morpheusdata.model.event.DatastoreEvent.DatastoreEventType
 
VOLUME_DETACH - Enum constant in enum class com.morpheusdata.model.event.DatastoreEvent.DatastoreEventType
 
VOLUME_MOVE_COMPLETED - Enum constant in enum class com.morpheusdata.model.event.DatastoreEvent.DatastoreEventType
 
VOLUME_MOVE_FAILED - Enum constant in enum class com.morpheusdata.model.event.DatastoreEvent.DatastoreEventType
 
VOLUME_MOVE_INITIATED - Enum constant in enum class com.morpheusdata.model.event.DatastoreEvent.DatastoreEventType
 
volumeCategory - Variable in class com.morpheusdata.model.StorageVolumeType
 
volumeCreated - Variable in class com.morpheusdata.model.Container
Deprecated.
 
volumeCreated - Variable in class com.morpheusdata.model.Workload
 
volumeName - Variable in class com.morpheusdata.model.StorageVolume
 
volumeName - Variable in class com.morpheusdata.model.WorkloadTypeMount
 
volumeOptionSource - Variable in class com.morpheusdata.model.StorageVolumeType
 
volumePath - Variable in class com.morpheusdata.model.Backup
 
volumePath - Variable in class com.morpheusdata.model.BackupResult
 
volumePath - Variable in class com.morpheusdata.model.Replication
 
volumePath - Variable in class com.morpheusdata.model.StorageGroup
 
volumePath - Variable in class com.morpheusdata.model.StorageVolume
 
volumes - Variable in class com.morpheusdata.model.BackupResult
 
volumes - Variable in class com.morpheusdata.model.ComputeServer
 
volumes - Variable in class com.morpheusdata.model.StorageGroup
 
volumes - Variable in class com.morpheusdata.model.TaskConfig.ServerConfig
 
volumes - Variable in class com.morpheusdata.model.VirtualImage
 
volumes - Variable in class com.morpheusdata.model.VirtualImageLocation
 
volumesAdd - Variable in class com.morpheusdata.request.ResizeRequest
StorageVolumes that should be added
volumesAdd - Variable in class com.morpheusdata.request.ResizeV2Request
StorageVolumes that should be added
volumesDelete - Variable in class com.morpheusdata.request.ResizeRequest
StorageVolumes that should be deleted
volumesDelete - Variable in class com.morpheusdata.request.ResizeV2Request
StorageVolumes that should be deleted
volumesPreservable - Variable in class com.morpheusdata.model.ProvisionType
 
volumesUpdate - Variable in class com.morpheusdata.request.ResizeRequest
StorageVolumes that should be updated
volumesUpdate - Variable in class com.morpheusdata.request.ResizeV2Request
StorageVolumes that should be updated
volumeType - Variable in class com.morpheusdata.model.AccountPrice
 
volumeType - Variable in class com.morpheusdata.model.Datastore
 
volumeType - Variable in class com.morpheusdata.model.Snapshot
 
volumeType - Variable in class com.morpheusdata.model.StorageVolume
 
volumeType - Variable in class com.morpheusdata.model.StorageVolumeType
 
vswitchName - Variable in class com.morpheusdata.model.Network
 
vswitchName - Variable in class com.morpheusdata.model.NetworkSubnet
 
vxlanId - Variable in class com.morpheusdata.model.Network
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form