Uses of Class
com.oracle.bmc.vnmonitoring.model.LocalPeeringGateway.LifecycleState
-
Packages that use LocalPeeringGateway.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of LocalPeeringGateway.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return LocalPeeringGateway.LifecycleState Modifier and Type Method Description static LocalPeeringGateway.LifecycleState
LocalPeeringGateway.LifecycleState. create(String key)
LocalPeeringGateway.LifecycleState
LocalPeeringGateway. getLifecycleState()
The LPG’s current lifecycle state.static LocalPeeringGateway.LifecycleState
LocalPeeringGateway.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocalPeeringGateway.LifecycleState[]
LocalPeeringGateway.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type LocalPeeringGateway.LifecycleState Modifier and Type Method Description LocalPeeringGateway.Builder
LocalPeeringGateway.Builder. lifecycleState(LocalPeeringGateway.LifecycleState lifecycleState)
The LPG’s current lifecycle state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type LocalPeeringGateway.LifecycleState Constructor Description LocalPeeringGateway(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Boolean isCrossTenancyPeering, LocalPeeringGateway.LifecycleState lifecycleState, String peerAdvertisedCidr, List<String> peerAdvertisedCidrDetails, LocalPeeringGateway.PeeringStatus peeringStatus, String peeringStatusDetails, String peerId, String routeTableId, Date timeCreated, String vcnId)
Deprecated.
-