Uses of Class
com.oracle.bmc.vnmonitoring.model.LocalPeeringGateway.PeeringStatus
-
Packages that use LocalPeeringGateway.PeeringStatus Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of LocalPeeringGateway.PeeringStatus in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return LocalPeeringGateway.PeeringStatus Modifier and Type Method Description static LocalPeeringGateway.PeeringStatus
LocalPeeringGateway.PeeringStatus. create(String key)
LocalPeeringGateway.PeeringStatus
LocalPeeringGateway. getPeeringStatus()
Whether the LPG is peered with another LPG.static LocalPeeringGateway.PeeringStatus
LocalPeeringGateway.PeeringStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocalPeeringGateway.PeeringStatus[]
LocalPeeringGateway.PeeringStatus. 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.PeeringStatus Modifier and Type Method Description LocalPeeringGateway.Builder
LocalPeeringGateway.Builder. peeringStatus(LocalPeeringGateway.PeeringStatus peeringStatus)
Whether the LPG is peered with another LPG.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type LocalPeeringGateway.PeeringStatus 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.
-