GetVolumeGroupOracleVolume

data class GetVolumeGroupOracleVolume(val capacityPoolId: String, val dataProtectionReplications: List<GetVolumeGroupOracleVolumeDataProtectionReplication>, val dataProtectionSnapshotPolicies: List<GetVolumeGroupOracleVolumeDataProtectionSnapshotPolicy>, val encryptionKeySource: String, val exportPolicyRules: List<GetVolumeGroupOracleVolumeExportPolicyRule>, val id: String, val keyVaultPrivateEndpointId: String, val mountIpAddresses: List<String>, val name: String, val networkFeatures: String, val protocols: List<String>, val proximityPlacementGroupId: String, val securityStyle: String, val serviceLevel: String, val snapshotDirectoryVisible: Boolean, val storageQuotaInGb: Int, val subnetId: String, val tags: Map<String, String>, val throughputInMibps: Double, val volumePath: String, val volumeSpecName: String, val zone: String)

Constructors

Link copied to clipboard
constructor(capacityPoolId: String, dataProtectionReplications: List<GetVolumeGroupOracleVolumeDataProtectionReplication>, dataProtectionSnapshotPolicies: List<GetVolumeGroupOracleVolumeDataProtectionSnapshotPolicy>, encryptionKeySource: String, exportPolicyRules: List<GetVolumeGroupOracleVolumeExportPolicyRule>, id: String, keyVaultPrivateEndpointId: String, mountIpAddresses: List<String>, name: String, networkFeatures: String, protocols: List<String>, proximityPlacementGroupId: String, securityStyle: String, serviceLevel: String, snapshotDirectoryVisible: Boolean, storageQuotaInGb: Int, subnetId: String, tags: Map<String, String>, throughputInMibps: Double, volumePath: String, volumeSpecName: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Capacity Pool.

Link copied to clipboard

A data_protection_snapshot_policy block as defined below.

Link copied to clipboard

The encryption key source.

Link copied to clipboard

A export_policy_rule block as defined below.

Link copied to clipboard
val id: String

Volume ID.

Link copied to clipboard

The Private Endpoint ID for Key Vault when using customer managed keys.

Link copied to clipboard

A mount_ip_addresses block as defined below.

Link copied to clipboard

The name of this Application Volume Group for Oracle application.

Link copied to clipboard

Network feature in use at the time of volume creation.

Link copied to clipboard

A protocols block as defined below.

Link copied to clipboard

The ID of the proximity placement group.

Link copied to clipboard

Volume security style.

Link copied to clipboard

The target performance of the file system.

Link copied to clipboard

Is the .snapshot (NFS clients) path of a volume visible?

Link copied to clipboard

The maximum Storage Quota allowed for a file system in Gigabytes.

Link copied to clipboard

The ID of the Subnet the NetApp Volume resides in.

Link copied to clipboard

A mapping of tags assigned to the Application Volume Group.

Link copied to clipboard

Throughput of this volume in Mibps.

Link copied to clipboard

A unique file path for the volume.

Link copied to clipboard

Volume spec name.

Link copied to clipboard