Uses of Class
com.oracle.bmc.multicloud.model.NetworkAnchor.SetupMode
-
Packages that use NetworkAnchor.SetupMode Package Description com.oracle.bmc.multicloud.model -
-
Uses of NetworkAnchor.SetupMode in com.oracle.bmc.multicloud.model
Methods in com.oracle.bmc.multicloud.model that return NetworkAnchor.SetupMode Modifier and Type Method Description static NetworkAnchor.SetupMode
NetworkAnchor.SetupMode. create(String key)
NetworkAnchor.SetupMode
NetworkAnchor. getSetupMode()
AUTO_BIND - when passed compartment will be created on-behalf of customer and bind to this resource anchor NO_AUTO_BIND - compartment will not be created and later customer can bind existing compartment.static NetworkAnchor.SetupMode
NetworkAnchor.SetupMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkAnchor.SetupMode[]
NetworkAnchor.SetupMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.multicloud.model with parameters of type NetworkAnchor.SetupMode Modifier and Type Method Description NetworkAnchor.Builder
NetworkAnchor.Builder. setupMode(NetworkAnchor.SetupMode setupMode)
AUTO_BIND - when passed compartment will be created on-behalf of customer and bind to this resource anchor NO_AUTO_BIND - compartment will not be created and later customer can bind existing compartment.Constructors in com.oracle.bmc.multicloud.model with parameters of type NetworkAnchor.SetupMode Constructor Description NetworkAnchor(String id, String displayName, String compartmentId, String resourceAnchorId, Date timeCreated, Date timeUpdated, NetworkAnchor.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, NetworkAnchor.SetupMode setupMode, OciNetworkMetadata ociMetadataItem, CloudServiceProviderNetworkMetadataItem cloudServiceProviderMetadataItem)
Deprecated.
-