Uses of Class
com.oracle.bmc.servicemesh.model.VirtualDeployment.LifecycleState
-
Packages that use VirtualDeployment.LifecycleState Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.model com.oracle.bmc.servicemesh.requests -
-
Uses of VirtualDeployment.LifecycleState in com.oracle.bmc.servicemesh
-
Uses of VirtualDeployment.LifecycleState in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return VirtualDeployment.LifecycleState Modifier and Type Method Description static VirtualDeployment.LifecycleState
VirtualDeployment.LifecycleState. create(String key)
VirtualDeployment.LifecycleState
VirtualDeployment. getLifecycleState()
The current state of the Resource.VirtualDeployment.LifecycleState
VirtualDeploymentSummary. getLifecycleState()
The current state of the virtual deployment.static VirtualDeployment.LifecycleState
VirtualDeployment.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VirtualDeployment.LifecycleState[]
VirtualDeployment.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.servicemesh.model with parameters of type VirtualDeployment.LifecycleState Modifier and Type Method Description VirtualDeployment.Builder
VirtualDeployment.Builder. lifecycleState(VirtualDeployment.LifecycleState lifecycleState)
The current state of the Resource.VirtualDeploymentSummary.Builder
VirtualDeploymentSummary.Builder. lifecycleState(VirtualDeployment.LifecycleState lifecycleState)
The current state of the virtual deployment.Constructors in com.oracle.bmc.servicemesh.model with parameters of type VirtualDeployment.LifecycleState Constructor Description VirtualDeployment(String id, String compartmentId, String virtualServiceId, String name, String description, ServiceDiscoveryConfiguration serviceDiscovery, List<VirtualDeploymentListener> listeners, AccessLoggingConfiguration accessLogging, Date timeCreated, Date timeUpdated, VirtualDeployment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.VirtualDeploymentSummary(String id, String name, String description, String compartmentId, String virtualServiceId, Date timeCreated, Date timeUpdated, VirtualDeployment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of VirtualDeployment.LifecycleState in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return VirtualDeployment.LifecycleState Modifier and Type Method Description VirtualDeployment.LifecycleState
ListVirtualDeploymentsRequest. getLifecycleState()
A filter to return only resources that match the life cycle state given.Methods in com.oracle.bmc.servicemesh.requests with parameters of type VirtualDeployment.LifecycleState Modifier and Type Method Description ListVirtualDeploymentsRequest.Builder
ListVirtualDeploymentsRequest.Builder. lifecycleState(VirtualDeployment.LifecycleState lifecycleState)
A filter to return only resources that match the life cycle state given.
-