module Stratosphere.ODB.CloudExadataInfrastructure (
        module Exports, CloudExadataInfrastructure(..),
        mkCloudExadataInfrastructure
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.ODB.CloudExadataInfrastructure.CustomerContactProperty as Exports
import {-# SOURCE #-} Stratosphere.ODB.CloudExadataInfrastructure.MaintenanceWindowProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data CloudExadataInfrastructure
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html>
    CloudExadataInfrastructure {CloudExadataInfrastructure -> ()
haddock_workaround_ :: (),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-availabilityzone>
                                CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZone :: (Prelude.Maybe (Value Prelude.Text)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-availabilityzoneid>
                                CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: (Prelude.Maybe (Value Prelude.Text)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-computecount>
                                CloudExadataInfrastructure -> Maybe (Value Integer)
computeCount :: (Prelude.Maybe (Value Prelude.Integer)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-customercontactstosendtooci>
                                CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
customerContactsToSendToOCI :: (Prelude.Maybe [CustomerContactProperty]),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-databaseservertype>
                                CloudExadataInfrastructure -> Maybe (Value Text)
databaseServerType :: (Prelude.Maybe (Value Prelude.Text)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-displayname>
                                CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: (Prelude.Maybe (Value Prelude.Text)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-maintenancewindow>
                                CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
maintenanceWindow :: (Prelude.Maybe MaintenanceWindowProperty),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-shape>
                                CloudExadataInfrastructure -> Maybe (Value Text)
shape :: (Prelude.Maybe (Value Prelude.Text)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-storagecount>
                                CloudExadataInfrastructure -> Maybe (Value Integer)
storageCount :: (Prelude.Maybe (Value Prelude.Integer)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-storageservertype>
                                CloudExadataInfrastructure -> Maybe (Value Text)
storageServerType :: (Prelude.Maybe (Value Prelude.Text)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-tags>
                                CloudExadataInfrastructure -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag])}
  deriving stock (CloudExadataInfrastructure -> CloudExadataInfrastructure -> Bool
(CloudExadataInfrastructure -> CloudExadataInfrastructure -> Bool)
-> (CloudExadataInfrastructure
    -> CloudExadataInfrastructure -> Bool)
-> Eq CloudExadataInfrastructure
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: CloudExadataInfrastructure -> CloudExadataInfrastructure -> Bool
== :: CloudExadataInfrastructure -> CloudExadataInfrastructure -> Bool
$c/= :: CloudExadataInfrastructure -> CloudExadataInfrastructure -> Bool
/= :: CloudExadataInfrastructure -> CloudExadataInfrastructure -> Bool
Prelude.Eq, Int -> CloudExadataInfrastructure -> ShowS
[CloudExadataInfrastructure] -> ShowS
CloudExadataInfrastructure -> String
(Int -> CloudExadataInfrastructure -> ShowS)
-> (CloudExadataInfrastructure -> String)
-> ([CloudExadataInfrastructure] -> ShowS)
-> Show CloudExadataInfrastructure
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> CloudExadataInfrastructure -> ShowS
showsPrec :: Int -> CloudExadataInfrastructure -> ShowS
$cshow :: CloudExadataInfrastructure -> String
show :: CloudExadataInfrastructure -> String
$cshowList :: [CloudExadataInfrastructure] -> ShowS
showList :: [CloudExadataInfrastructure] -> ShowS
Prelude.Show)
mkCloudExadataInfrastructure :: CloudExadataInfrastructure
mkCloudExadataInfrastructure :: CloudExadataInfrastructure
mkCloudExadataInfrastructure
  = CloudExadataInfrastructure
      {haddock_workaround_ :: ()
haddock_workaround_ = (), availabilityZone :: Maybe (Value Text)
availabilityZone = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       availabilityZoneId :: Maybe (Value Text)
availabilityZoneId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       computeCount :: Maybe (Value Integer)
computeCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
customerContactsToSendToOCI = Maybe [CustomerContactProperty]
forall a. Maybe a
Prelude.Nothing,
       databaseServerType :: Maybe (Value Text)
databaseServerType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       displayName :: Maybe (Value Text)
displayName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, maintenanceWindow :: Maybe MaintenanceWindowProperty
maintenanceWindow = Maybe MaintenanceWindowProperty
forall a. Maybe a
Prelude.Nothing,
       shape :: Maybe (Value Text)
shape = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, storageCount :: Maybe (Value Integer)
storageCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       storageServerType :: Maybe (Value Text)
storageServerType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties CloudExadataInfrastructure where
  toResourceProperties :: CloudExadataInfrastructure -> ResourceProperties
toResourceProperties CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::ODB::CloudExadataInfrastructure",
         supportsTags :: Bool
supportsTags = Bool
Prelude.True,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                           [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AvailabilityZone" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
availabilityZone,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AvailabilityZoneId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
availabilityZoneId,
                            Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ComputeCount" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
computeCount,
                            Key -> [CustomerContactProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CustomerContactsToSendToOCI"
                              ([CustomerContactProperty] -> (Key, Value))
-> Maybe [CustomerContactProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [CustomerContactProperty]
customerContactsToSendToOCI,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DatabaseServerType" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
databaseServerType,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DisplayName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
displayName,
                            Key -> MaintenanceWindowProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaintenanceWindow" (MaintenanceWindowProperty -> (Key, Value))
-> Maybe MaintenanceWindowProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MaintenanceWindowProperty
maintenanceWindow,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Shape" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shape,
                            Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StorageCount" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
storageCount,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StorageServerType" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
storageServerType,
                            Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags])}
instance JSON.ToJSON CloudExadataInfrastructure where
  toJSON :: CloudExadataInfrastructure -> Value
toJSON CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
              [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AvailabilityZone" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
availabilityZone,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AvailabilityZoneId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
availabilityZoneId,
               Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ComputeCount" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
computeCount,
               Key -> [CustomerContactProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CustomerContactsToSendToOCI"
                 ([CustomerContactProperty] -> (Key, Value))
-> Maybe [CustomerContactProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [CustomerContactProperty]
customerContactsToSendToOCI,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DatabaseServerType" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
databaseServerType,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DisplayName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
displayName,
               Key -> MaintenanceWindowProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaintenanceWindow" (MaintenanceWindowProperty -> (Key, Value))
-> Maybe MaintenanceWindowProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MaintenanceWindowProperty
maintenanceWindow,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Shape" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
shape,
               Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StorageCount" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
storageCount,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StorageServerType" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
storageServerType,
               Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags]))
instance Property "AvailabilityZone" CloudExadataInfrastructure where
  type PropertyType "AvailabilityZone" CloudExadataInfrastructure = Value Prelude.Text
  set :: PropertyType "AvailabilityZone" CloudExadataInfrastructure
-> CloudExadataInfrastructure -> CloudExadataInfrastructure
set PropertyType "AvailabilityZone" CloudExadataInfrastructure
newValue CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = CloudExadataInfrastructure
        {availabilityZone :: Maybe (Value Text)
availabilityZone = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AvailabilityZone" CloudExadataInfrastructure
Value Text
newValue, Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: ()
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "AvailabilityZoneId" CloudExadataInfrastructure where
  type PropertyType "AvailabilityZoneId" CloudExadataInfrastructure = Value Prelude.Text
  set :: PropertyType "AvailabilityZoneId" CloudExadataInfrastructure
-> CloudExadataInfrastructure -> CloudExadataInfrastructure
set PropertyType "AvailabilityZoneId" CloudExadataInfrastructure
newValue CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = CloudExadataInfrastructure
        {availabilityZoneId :: Maybe (Value Text)
availabilityZoneId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AvailabilityZoneId" CloudExadataInfrastructure
Value Text
newValue, Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "ComputeCount" CloudExadataInfrastructure where
  type PropertyType "ComputeCount" CloudExadataInfrastructure = Value Prelude.Integer
  set :: PropertyType "ComputeCount" CloudExadataInfrastructure
-> CloudExadataInfrastructure -> CloudExadataInfrastructure
set PropertyType "ComputeCount" CloudExadataInfrastructure
newValue CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = CloudExadataInfrastructure
        {computeCount :: Maybe (Value Integer)
computeCount = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ComputeCount" CloudExadataInfrastructure
Value Integer
newValue, Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "CustomerContactsToSendToOCI" CloudExadataInfrastructure where
  type PropertyType "CustomerContactsToSendToOCI" CloudExadataInfrastructure = [CustomerContactProperty]
  set :: PropertyType
  "CustomerContactsToSendToOCI" CloudExadataInfrastructure
-> CloudExadataInfrastructure -> CloudExadataInfrastructure
set PropertyType
  "CustomerContactsToSendToOCI" CloudExadataInfrastructure
newValue CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = CloudExadataInfrastructure
        {customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
customerContactsToSendToOCI = [CustomerContactProperty] -> Maybe [CustomerContactProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [CustomerContactProperty]
PropertyType
  "CustomerContactsToSendToOCI" CloudExadataInfrastructure
newValue, Maybe [Tag]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "DatabaseServerType" CloudExadataInfrastructure where
  type PropertyType "DatabaseServerType" CloudExadataInfrastructure = Value Prelude.Text
  set :: PropertyType "DatabaseServerType" CloudExadataInfrastructure
-> CloudExadataInfrastructure -> CloudExadataInfrastructure
set PropertyType "DatabaseServerType" CloudExadataInfrastructure
newValue CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = CloudExadataInfrastructure
        {databaseServerType :: Maybe (Value Text)
databaseServerType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DatabaseServerType" CloudExadataInfrastructure
Value Text
newValue, Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "DisplayName" CloudExadataInfrastructure where
  type PropertyType "DisplayName" CloudExadataInfrastructure = Value Prelude.Text
  set :: PropertyType "DisplayName" CloudExadataInfrastructure
-> CloudExadataInfrastructure -> CloudExadataInfrastructure
set PropertyType "DisplayName" CloudExadataInfrastructure
newValue CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = CloudExadataInfrastructure
        {displayName :: Maybe (Value Text)
displayName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DisplayName" CloudExadataInfrastructure
Value Text
newValue, Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "MaintenanceWindow" CloudExadataInfrastructure where
  type PropertyType "MaintenanceWindow" CloudExadataInfrastructure = MaintenanceWindowProperty
  set :: PropertyType "MaintenanceWindow" CloudExadataInfrastructure
-> CloudExadataInfrastructure -> CloudExadataInfrastructure
set PropertyType "MaintenanceWindow" CloudExadataInfrastructure
newValue CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = CloudExadataInfrastructure
        {maintenanceWindow :: Maybe MaintenanceWindowProperty
maintenanceWindow = MaintenanceWindowProperty -> Maybe MaintenanceWindowProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MaintenanceWindow" CloudExadataInfrastructure
MaintenanceWindowProperty
newValue, Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "Shape" CloudExadataInfrastructure where
  type PropertyType "Shape" CloudExadataInfrastructure = Value Prelude.Text
  set :: PropertyType "Shape" CloudExadataInfrastructure
-> CloudExadataInfrastructure -> CloudExadataInfrastructure
set PropertyType "Shape" CloudExadataInfrastructure
newValue CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = CloudExadataInfrastructure {shape :: Maybe (Value Text)
shape = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Shape" CloudExadataInfrastructure
Value Text
newValue, Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "StorageCount" CloudExadataInfrastructure where
  type PropertyType "StorageCount" CloudExadataInfrastructure = Value Prelude.Integer
  set :: PropertyType "StorageCount" CloudExadataInfrastructure
-> CloudExadataInfrastructure -> CloudExadataInfrastructure
set PropertyType "StorageCount" CloudExadataInfrastructure
newValue CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = CloudExadataInfrastructure
        {storageCount :: Maybe (Value Integer)
storageCount = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StorageCount" CloudExadataInfrastructure
Value Integer
newValue, Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "StorageServerType" CloudExadataInfrastructure where
  type PropertyType "StorageServerType" CloudExadataInfrastructure = Value Prelude.Text
  set :: PropertyType "StorageServerType" CloudExadataInfrastructure
-> CloudExadataInfrastructure -> CloudExadataInfrastructure
set PropertyType "StorageServerType" CloudExadataInfrastructure
newValue CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = CloudExadataInfrastructure
        {storageServerType :: Maybe (Value Text)
storageServerType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StorageServerType" CloudExadataInfrastructure
Value Text
newValue, Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
tags :: Maybe [Tag]
..}
instance Property "Tags" CloudExadataInfrastructure where
  type PropertyType "Tags" CloudExadataInfrastructure = [Tag]
  set :: PropertyType "Tags" CloudExadataInfrastructure
-> CloudExadataInfrastructure -> CloudExadataInfrastructure
set PropertyType "Tags" CloudExadataInfrastructure
newValue CloudExadataInfrastructure {Maybe [Tag]
Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: CloudExadataInfrastructure -> ()
availabilityZone :: CloudExadataInfrastructure -> Maybe (Value Text)
availabilityZoneId :: CloudExadataInfrastructure -> Maybe (Value Text)
computeCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
customerContactsToSendToOCI :: CloudExadataInfrastructure -> Maybe [CustomerContactProperty]
databaseServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
displayName :: CloudExadataInfrastructure -> Maybe (Value Text)
maintenanceWindow :: CloudExadataInfrastructure -> Maybe MaintenanceWindowProperty
shape :: CloudExadataInfrastructure -> Maybe (Value Text)
storageCount :: CloudExadataInfrastructure -> Maybe (Value Integer)
storageServerType :: CloudExadataInfrastructure -> Maybe (Value Text)
tags :: CloudExadataInfrastructure -> Maybe [Tag]
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
    = CloudExadataInfrastructure {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" CloudExadataInfrastructure
newValue, Maybe [CustomerContactProperty]
Maybe (Value Integer)
Maybe (Value Text)
Maybe MaintenanceWindowProperty
()
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
computeCount :: Maybe (Value Integer)
customerContactsToSendToOCI :: Maybe [CustomerContactProperty]
databaseServerType :: Maybe (Value Text)
displayName :: Maybe (Value Text)
maintenanceWindow :: Maybe MaintenanceWindowProperty
shape :: Maybe (Value Text)
storageCount :: Maybe (Value Integer)
storageServerType :: Maybe (Value Text)
..}