Uses of Class
com.oracle.bmc.servicemesh.model.VirtualService.LifecycleState
-
Packages that use VirtualService.LifecycleState Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.model com.oracle.bmc.servicemesh.requests -
-
Uses of VirtualService.LifecycleState in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh with parameters of type VirtualService.LifecycleState Modifier and Type Method Description Waiter<GetVirtualServiceRequest,GetVirtualServiceResponse>
ServiceMeshWaiters. forVirtualService(GetVirtualServiceRequest request, VirtualService.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVirtualServiceRequest,GetVirtualServiceResponse>
ServiceMeshWaiters. forVirtualService(GetVirtualServiceRequest request, VirtualService.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVirtualServiceRequest,GetVirtualServiceResponse>
ServiceMeshWaiters. forVirtualService(GetVirtualServiceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VirtualService.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of VirtualService.LifecycleState in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return VirtualService.LifecycleState Modifier and Type Method Description static VirtualService.LifecycleState
VirtualService.LifecycleState. create(String key)
VirtualService.LifecycleState
VirtualService. getLifecycleState()
The current state of the Resource.VirtualService.LifecycleState
VirtualServiceSummary. getLifecycleState()
The current state of the virtual service.static VirtualService.LifecycleState
VirtualService.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static VirtualService.LifecycleState[]
VirtualService.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 VirtualService.LifecycleState Modifier and Type Method Description VirtualService.Builder
VirtualService.Builder. lifecycleState(VirtualService.LifecycleState lifecycleState)
The current state of the Resource.VirtualServiceSummary.Builder
VirtualServiceSummary.Builder. lifecycleState(VirtualService.LifecycleState lifecycleState)
The current state of the virtual service.Constructors in com.oracle.bmc.servicemesh.model with parameters of type VirtualService.LifecycleState Constructor Description VirtualService(String id, String compartmentId, String meshId, String name, String description, DefaultVirtualServiceRoutingPolicy defaultRoutingPolicy, List<String> hosts, MutualTransportLayerSecurity mtls, Date timeCreated, Date timeUpdated, VirtualService.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.VirtualServiceSummary(String id, String meshId, String name, String description, String compartmentId, Date timeCreated, Date timeUpdated, VirtualService.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of VirtualService.LifecycleState in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return VirtualService.LifecycleState Modifier and Type Method Description VirtualService.LifecycleState
ListVirtualServicesRequest. 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 VirtualService.LifecycleState Modifier and Type Method Description ListVirtualServicesRequest.Builder
ListVirtualServicesRequest.Builder. lifecycleState(VirtualService.LifecycleState lifecycleState)
A filter to return only resources that match the life cycle state given.
-