Uses of Class
com.oracle.bmc.datacc.model.InfrastructureLifecycleState
-
Packages that use InfrastructureLifecycleState Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.model com.oracle.bmc.datacc.requests -
-
Uses of InfrastructureLifecycleState in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc with parameters of type InfrastructureLifecycleState Modifier and Type Method Description Waiter<GetInfrastructureRequest,GetInfrastructureResponse>BaseinfraWaiters. forInfrastructure(GetInfrastructureRequest request, InfrastructureLifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetInfrastructureRequest,GetInfrastructureResponse>BaseinfraWaiters. forInfrastructure(GetInfrastructureRequest request, InfrastructureLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetInfrastructureRequest,GetInfrastructureResponse>BaseinfraWaiters. forInfrastructure(GetInfrastructureRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, InfrastructureLifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of InfrastructureLifecycleState in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return InfrastructureLifecycleState Modifier and Type Method Description static InfrastructureLifecycleStateInfrastructureLifecycleState. create(String key)InfrastructureLifecycleStateInfrastructure. getLifecycleState()The current state of the Database Infrastructure.InfrastructureLifecycleStateInfrastructureSummary. getLifecycleState()The current state of the Database Infrastructure.static InfrastructureLifecycleStateInfrastructureLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static InfrastructureLifecycleState[]InfrastructureLifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacc.model with parameters of type InfrastructureLifecycleState Modifier and Type Method Description Infrastructure.BuilderInfrastructure.Builder. lifecycleState(InfrastructureLifecycleState lifecycleState)The current state of the Database Infrastructure.InfrastructureSummary.BuilderInfrastructureSummary.Builder. lifecycleState(InfrastructureLifecycleState lifecycleState)The current state of the Database Infrastructure.Constructors in com.oracle.bmc.datacc.model with parameters of type InfrastructureLifecycleState Constructor Description Infrastructure(String id, String description, String compartmentId, String displayName, SystemModelEnum systemModel, String version, ShapeEnum shape, String cloudControlPlaneServer1, String cloudControlPlaneServer2, String netmask, String gateway, String adminNetworkcidr, Integer dataDiskPercentage, Integer recoDiskPercentage, List<InfrastructureContact> contacts, List<String> dnsServers, List<String> ntpServers, NetworkBondingMode clientNetworkBondingMode, NetworkBondingMode backupNetworkBondingMode, NetworkBondingMode cpsNetworkBondingMode, NetworkBondingInterfaceEnum clientNetworkBondingInterface, NetworkBondingInterfaceEnum backupNetworkBondingInterface, NetworkBondingInterfaceEnum cpsNetworkBondingInterface, Double acfsFileSystemStorageInGbs, Double acfsFileSystemUsedStorageInGbs, String corporateProxy, String vlanId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, MaintenanceWindow maintenanceWindow, Date timeCreated, Date timeUpdated, Date timeLastStateUpdated, Date timeActivated, Date timeValidated, InfrastructureLifecycleState lifecycleState, String lifecycleStateDetails, String rackSerialNumber, List<InfrastructureServer> servers, ComputeCapacityDetails computeCapacity, List<StorageCapacityDetails> storageCapacity, SystemStorageCapacityDetails systemStorageCapacity, String networkAdapterConfiguration, String subscriptionPlanNumber, ShapeEnum ssdConfigurationRequested)Deprecated.InfrastructureSummary(String id, String description, String compartmentId, String displayName, SystemModelEnum systemModel, String version, ShapeEnum shape, String cloudControlPlaneServer1, String cloudControlPlaneServer2, String netmask, String gateway, String adminNetworkcidr, List<InfrastructureContact> contacts, List<String> dnsServers, List<String> ntpServers, NetworkBondingMode clientNetworkBondingMode, NetworkBondingMode backupNetworkBondingMode, NetworkBondingMode cpsNetworkBondingMode, NetworkBondingInterfaceEnum clientNetworkBondingInterface, NetworkBondingInterfaceEnum backupNetworkBondingInterface, NetworkBondingInterfaceEnum cpsNetworkBondingInterface, Double acfsFileSystemStorageInGbs, Double acfsFileSystemUsedStorageInGbs, String corporateProxy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, MaintenanceWindow maintenanceWindow, Date timeCreated, Date timeUpdated, Date timeLastStateUpdated, Date timeActivated, Date timeValidated, InfrastructureLifecycleState lifecycleState, String lifecycleStateDetails, ComputeCapacityDetails computeCapacity, List<StorageCapacityDetails> storageCapacity, SystemStorageCapacityDetails systemStorageCapacity, String subscriptionPlanNumber, ShapeEnum ssdConfigurationRequested)Deprecated. -
Uses of InfrastructureLifecycleState in com.oracle.bmc.datacc.requests
Methods in com.oracle.bmc.datacc.requests that return types with arguments of type InfrastructureLifecycleState Modifier and Type Method Description List<InfrastructureLifecycleState>ListInfrastructuresRequest. getLifecycleState()A filter to return resources that match the specified lifecycle state.Methods in com.oracle.bmc.datacc.requests with parameters of type InfrastructureLifecycleState Modifier and Type Method Description ListInfrastructuresRequest.BuilderListInfrastructuresRequest.Builder. lifecycleState(InfrastructureLifecycleState singularValue)Singular setter.Method parameters in com.oracle.bmc.datacc.requests with type arguments of type InfrastructureLifecycleState Modifier and Type Method Description ListInfrastructuresRequest.BuilderListInfrastructuresRequest.Builder. lifecycleState(List<InfrastructureLifecycleState> lifecycleState)A filter to return resources that match the specified lifecycle state.
-