GetCloudExadataInfrastructuresCloudExadataInfrastructure

data class GetCloudExadataInfrastructuresCloudExadataInfrastructure(val cloudExadataInfrastructureId: String, val createTime: String, val deletionProtection: Boolean, val displayName: String, val effectiveLabels: Map<String, String>, val entitlementId: String, val gcpOracleZone: String, val labels: Map<String, String>, val location: String, val name: String, val project: String, val properties: List<GetCloudExadataInfrastructuresCloudExadataInfrastructureProperty>, val pulumiLabels: Map<String, String>)

Constructors

constructor(cloudExadataInfrastructureId: String, createTime: String, deletionProtection: Boolean, displayName: String, effectiveLabels: Map<String, String>, entitlementId: String, gcpOracleZone: String, labels: Map<String, String>, location: String, name: String, project: String, properties: List<GetCloudExadataInfrastructuresCloudExadataInfrastructureProperty>, pulumiLabels: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Exadata Infrastructure to create. This value is restricted to (^a-z?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.

Link copied to clipboard

The date and time that the Exadata Infrastructure was created.

Link copied to clipboard
Link copied to clipboard

User friendly name for this resource.

Link copied to clipboard
Link copied to clipboard

Entitlement ID of the private offer against which this infrastructure resource is provisioned.

Link copied to clipboard

GCP location where Oracle Exadata is hosted.

Link copied to clipboard

Labels or tags associated with the resource. Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource.

Link copied to clipboard

The location of the resource.

Link copied to clipboard

Identifier. The name of the Exadata Infrastructure resource with the following format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}

Link copied to clipboard

The project to which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard

Various properties of Exadata Infrastructure.

Link copied to clipboard

The combination of labels configured directly on the resource and default labels configured on the provider.