Uses of Class
com.oracle.bmc.servicemesh.model.IngressGatewayRouteTable.LifecycleState
-
Packages that use IngressGatewayRouteTable.LifecycleState Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.model com.oracle.bmc.servicemesh.requests -
-
Uses of IngressGatewayRouteTable.LifecycleState in com.oracle.bmc.servicemesh
-
Uses of IngressGatewayRouteTable.LifecycleState in com.oracle.bmc.servicemesh.model
Methods in com.oracle.bmc.servicemesh.model that return IngressGatewayRouteTable.LifecycleState Modifier and Type Method Description static IngressGatewayRouteTable.LifecycleState
IngressGatewayRouteTable.LifecycleState. create(String key)
IngressGatewayRouteTable.LifecycleState
IngressGatewayRouteTable. getLifecycleState()
The current state of the Resource.IngressGatewayRouteTable.LifecycleState
IngressGatewayRouteTableSummary. getLifecycleState()
The current state of the ingress gateway.static IngressGatewayRouteTable.LifecycleState
IngressGatewayRouteTable.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static IngressGatewayRouteTable.LifecycleState[]
IngressGatewayRouteTable.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 IngressGatewayRouteTable.LifecycleState Modifier and Type Method Description IngressGatewayRouteTable.Builder
IngressGatewayRouteTable.Builder. lifecycleState(IngressGatewayRouteTable.LifecycleState lifecycleState)
The current state of the Resource.IngressGatewayRouteTableSummary.Builder
IngressGatewayRouteTableSummary.Builder. lifecycleState(IngressGatewayRouteTable.LifecycleState lifecycleState)
The current state of the ingress gateway.Constructors in com.oracle.bmc.servicemesh.model with parameters of type IngressGatewayRouteTable.LifecycleState Constructor Description IngressGatewayRouteTable(String id, String compartmentId, String ingressGatewayId, String name, String description, Integer priority, List<IngressGatewayTrafficRouteRule> routeRules, Date timeCreated, Date timeUpdated, IngressGatewayRouteTable.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.IngressGatewayRouteTableSummary(String id, String name, String description, String ingressGatewayId, String compartmentId, Integer priority, Date timeCreated, Date timeUpdated, IngressGatewayRouteTable.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of IngressGatewayRouteTable.LifecycleState in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return IngressGatewayRouteTable.LifecycleState Modifier and Type Method Description IngressGatewayRouteTable.LifecycleState
ListIngressGatewayRouteTablesRequest. 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 IngressGatewayRouteTable.LifecycleState Modifier and Type Method Description ListIngressGatewayRouteTablesRequest.Builder
ListIngressGatewayRouteTablesRequest.Builder. lifecycleState(IngressGatewayRouteTable.LifecycleState lifecycleState)
A filter to return only resources that match the life cycle state given.
-