Uses of Class
com.oracle.bmc.multicloud.model.ResourceAnchor.SetupMode
-
Packages that use ResourceAnchor.SetupMode Package Description com.oracle.bmc.multicloud.model -
-
Uses of ResourceAnchor.SetupMode in com.oracle.bmc.multicloud.model
Methods in com.oracle.bmc.multicloud.model that return ResourceAnchor.SetupMode Modifier and Type Method Description static ResourceAnchor.SetupMode
ResourceAnchor.SetupMode. create(String key)
ResourceAnchor.SetupMode
ResourceAnchor. 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 ResourceAnchor.SetupMode
ResourceAnchor.SetupMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceAnchor.SetupMode[]
ResourceAnchor.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 ResourceAnchor.SetupMode Modifier and Type Method Description ResourceAnchor.Builder
ResourceAnchor.Builder. setupMode(ResourceAnchor.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 ResourceAnchor.SetupMode Constructor Description ResourceAnchor(String id, String displayName, String region, String compartmentId, Date timeCreated, Date timeUpdated, ResourceAnchor.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ResourceAnchor.SetupMode setupMode, String linkedCompartmentId, SubscriptionType subscriptionType, String subscriptionId, CloudServiceProviderMetadataItem cloudServiceProviderMetadataItem)
Deprecated.
-