Uses of Class
com.oracle.bmc.vnmonitoring.model.Vcn.LifecycleState
-
Packages that use Vcn.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Vcn.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return Vcn.LifecycleState Modifier and Type Method Description static Vcn.LifecycleState
Vcn.LifecycleState. create(String key)
Vcn.LifecycleState
Vcn. getLifecycleState()
The VCN’s current state.static Vcn.LifecycleState
Vcn.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vcn.LifecycleState[]
Vcn.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 Vcn.LifecycleState Modifier and Type Method Description Vcn.Builder
Vcn.Builder. lifecycleState(Vcn.LifecycleState lifecycleState)
The VCN’s current state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type Vcn.LifecycleState Constructor Description Vcn(List<String> byoipv6CidrBlocks, List<String> ipv6PrivateCidrBlocks, String cidrBlock, List<String> cidrBlocks, String compartmentId, String defaultDhcpOptionsId, String defaultRouteTableId, String defaultSecurityListId, Map<String,Map<String,Object>> definedTags, String displayName, String dnsLabel, Map<String,String> freeformTags, String id, List<String> ipv6CidrBlocks, Vcn.LifecycleState lifecycleState, Date timeCreated, String vcnDomainName)
Deprecated.
-