Package | Description |
---|---|
com.oracle.bmc.servicemesh | |
com.oracle.bmc.servicemesh.model | |
com.oracle.bmc.servicemesh.requests |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
IngressGatewayRouteTable.LifecycleState |
ListIngressGatewayRouteTablesRequest.getLifecycleState()
A filter to return only resources that match the life cycle state given.
|
Modifier and Type | Method and Description |
---|---|
ListIngressGatewayRouteTablesRequest.Builder |
ListIngressGatewayRouteTablesRequest.Builder.lifecycleState(IngressGatewayRouteTable.LifecycleState lifecycleState)
A filter to return only resources that match the life cycle state given.
|
Copyright © 2016–2024. All rights reserved.