Class CfnCloudVmClusterPropsMixin
The AWS::ODB::CloudVmCluster resource creates a VM cluster on the specified Exadata infrastructure in the Oracle Database.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.ODB.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCloudVmClusterPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnCloudVmClusterPropsMixin Inherits Mixin Implements IMixin
Remarks
A VM cluster provides the compute resources for Oracle Database workloads.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html
CloudformationResource: AWS::ODB::CloudVmCluster
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.ODB.Mixins;
var cfnCloudVmClusterPropsMixin = new CfnCloudVmClusterPropsMixin(new CfnCloudVmClusterMixinProps {
CloudExadataInfrastructureId = "cloudExadataInfrastructureId",
ClusterName = "clusterName",
CpuCoreCount = 123,
DataCollectionOptions = new DataCollectionOptionsProperty {
IsDiagnosticsEventsEnabled = false,
IsHealthMonitoringEnabled = false,
IsIncidentLogsEnabled = false
},
DataStorageSizeInTBs = 123,
DbNodes = new [] { new DbNodeProperty {
BackupIpId = "backupIpId",
BackupVnic2Id = "backupVnic2Id",
CpuCoreCount = 123,
DbNodeArn = "dbNodeArn",
DbNodeId = "dbNodeId",
DbNodeStorageSizeInGBs = 123,
DbServerId = "dbServerId",
DbSystemId = "dbSystemId",
HostIpId = "hostIpId",
Hostname = "hostname",
MemorySizeInGBs = 123,
Ocid = "ocid",
Status = "status",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Vnic2Id = "vnic2Id",
VnicId = "vnicId"
} },
DbNodeStorageSizeInGBs = 123,
DbServers = new [] { "dbServers" },
DisplayName = "displayName",
GiVersion = "giVersion",
Hostname = "hostname",
IsLocalBackupEnabled = false,
IsSparseDiskgroupEnabled = false,
LicenseModel = "licenseModel",
MemorySizeInGBs = 123,
OdbNetworkId = "odbNetworkId",
ScanListenerPortTcp = 123,
SshPublicKeys = new [] { "sshPublicKeys" },
SystemVersion = "systemVersion",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TimeZone = "timeZone"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnCloudVmClusterPropsMixin(ICfnCloudVmClusterMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | The |
| Props | The |
| Strategy | The |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnCloudVmClusterPropsMixin(ICfnCloudVmClusterMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::ODB::CloudVmCluster.
public CfnCloudVmClusterPropsMixin(ICfnCloudVmClusterMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnCloudVmClusterMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
A VM cluster provides the compute resources for Oracle Database workloads.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html
CloudformationResource: AWS::ODB::CloudVmCluster
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
The AWS::ODB::CloudVmCluster resource creates a VM cluster on the specified Exadata infrastructure in the Oracle Database.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
A VM cluster provides the compute resources for Oracle Database workloads.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html
CloudformationResource: AWS::ODB::CloudVmCluster
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.ODB.Mixins;
var cfnCloudVmClusterPropsMixin = new CfnCloudVmClusterPropsMixin(new CfnCloudVmClusterMixinProps {
CloudExadataInfrastructureId = "cloudExadataInfrastructureId",
ClusterName = "clusterName",
CpuCoreCount = 123,
DataCollectionOptions = new DataCollectionOptionsProperty {
IsDiagnosticsEventsEnabled = false,
IsHealthMonitoringEnabled = false,
IsIncidentLogsEnabled = false
},
DataStorageSizeInTBs = 123,
DbNodes = new [] { new DbNodeProperty {
BackupIpId = "backupIpId",
BackupVnic2Id = "backupVnic2Id",
CpuCoreCount = 123,
DbNodeArn = "dbNodeArn",
DbNodeId = "dbNodeId",
DbNodeStorageSizeInGBs = 123,
DbServerId = "dbServerId",
DbSystemId = "dbSystemId",
HostIpId = "hostIpId",
Hostname = "hostname",
MemorySizeInGBs = 123,
Ocid = "ocid",
Status = "status",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Vnic2Id = "vnic2Id",
VnicId = "vnicId"
} },
DbNodeStorageSizeInGBs = 123,
DbServers = new [] { "dbServers" },
DisplayName = "displayName",
GiVersion = "giVersion",
Hostname = "hostname",
IsLocalBackupEnabled = false,
IsSparseDiskgroupEnabled = false,
LicenseModel = "licenseModel",
MemorySizeInGBs = 123,
OdbNetworkId = "odbNetworkId",
ScanListenerPortTcp = 123,
SshPublicKeys = new [] { "sshPublicKeys" },
SystemVersion = "systemVersion",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TimeZone = "timeZone"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
The AWS::ODB::CloudVmCluster resource creates a VM cluster on the specified Exadata infrastructure in the Oracle Database.
protected virtual ICfnCloudVmClusterMixinProps Props { get; }
Property Value
Remarks
A VM cluster provides the compute resources for Oracle Database workloads.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html
CloudformationResource: AWS::ODB::CloudVmCluster
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.ODB.Mixins;
var cfnCloudVmClusterPropsMixin = new CfnCloudVmClusterPropsMixin(new CfnCloudVmClusterMixinProps {
CloudExadataInfrastructureId = "cloudExadataInfrastructureId",
ClusterName = "clusterName",
CpuCoreCount = 123,
DataCollectionOptions = new DataCollectionOptionsProperty {
IsDiagnosticsEventsEnabled = false,
IsHealthMonitoringEnabled = false,
IsIncidentLogsEnabled = false
},
DataStorageSizeInTBs = 123,
DbNodes = new [] { new DbNodeProperty {
BackupIpId = "backupIpId",
BackupVnic2Id = "backupVnic2Id",
CpuCoreCount = 123,
DbNodeArn = "dbNodeArn",
DbNodeId = "dbNodeId",
DbNodeStorageSizeInGBs = 123,
DbServerId = "dbServerId",
DbSystemId = "dbSystemId",
HostIpId = "hostIpId",
Hostname = "hostname",
MemorySizeInGBs = 123,
Ocid = "ocid",
Status = "status",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Vnic2Id = "vnic2Id",
VnicId = "vnicId"
} },
DbNodeStorageSizeInGBs = 123,
DbServers = new [] { "dbServers" },
DisplayName = "displayName",
GiVersion = "giVersion",
Hostname = "hostname",
IsLocalBackupEnabled = false,
IsSparseDiskgroupEnabled = false,
LicenseModel = "licenseModel",
MemorySizeInGBs = 123,
OdbNetworkId = "odbNetworkId",
ScanListenerPortTcp = 123,
SshPublicKeys = new [] { "sshPublicKeys" },
SystemVersion = "systemVersion",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TimeZone = "timeZone"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
The AWS::ODB::CloudVmCluster resource creates a VM cluster on the specified Exadata infrastructure in the Oracle Database.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
A VM cluster provides the compute resources for Oracle Database workloads.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html
CloudformationResource: AWS::ODB::CloudVmCluster
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.ODB.Mixins;
var cfnCloudVmClusterPropsMixin = new CfnCloudVmClusterPropsMixin(new CfnCloudVmClusterMixinProps {
CloudExadataInfrastructureId = "cloudExadataInfrastructureId",
ClusterName = "clusterName",
CpuCoreCount = 123,
DataCollectionOptions = new DataCollectionOptionsProperty {
IsDiagnosticsEventsEnabled = false,
IsHealthMonitoringEnabled = false,
IsIncidentLogsEnabled = false
},
DataStorageSizeInTBs = 123,
DbNodes = new [] { new DbNodeProperty {
BackupIpId = "backupIpId",
BackupVnic2Id = "backupVnic2Id",
CpuCoreCount = 123,
DbNodeArn = "dbNodeArn",
DbNodeId = "dbNodeId",
DbNodeStorageSizeInGBs = 123,
DbServerId = "dbServerId",
DbSystemId = "dbSystemId",
HostIpId = "hostIpId",
Hostname = "hostname",
MemorySizeInGBs = 123,
Ocid = "ocid",
Status = "status",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
Vnic2Id = "vnic2Id",
VnicId = "vnicId"
} },
DbNodeStorageSizeInGBs = 123,
DbServers = new [] { "dbServers" },
DisplayName = "displayName",
GiVersion = "giVersion",
Hostname = "hostname",
IsLocalBackupEnabled = false,
IsSparseDiskgroupEnabled = false,
LicenseModel = "licenseModel",
MemorySizeInGBs = 123,
OdbNetworkId = "odbNetworkId",
ScanListenerPortTcp = 123,
SshPublicKeys = new [] { "sshPublicKeys" },
SystemVersion = "systemVersion",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TimeZone = "timeZone"
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override IConstruct ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Returns
IConstruct
Overrides
Remarks
A VM cluster provides the compute resources for Oracle Database workloads.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html
CloudformationResource: AWS::ODB::CloudVmCluster
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
A VM cluster provides the compute resources for Oracle Database workloads.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html
CloudformationResource: AWS::ODB::CloudVmCluster
Mixin: true
ExampleMetadata: fixture=_generated