public sealed class GetCloudExadataInfrastructureRequest : IMessage<GetCloudExadataInfrastructureRequest>, IEquatable<GetCloudExadataInfrastructureRequest>, IDeepCloneable<GetCloudExadataInfrastructureRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GetCloudExadataInfrastructureRequest.
Required. The name of the Cloud Exadata Infrastructure in the following
format:
projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `GetCloudExadataInfrastructureRequest` class in the Oracle Database@Google Cloud v1 API is used to request information about a Cloud Exadata Infrastructure, as indicated by its purpose."],["This class is implemented with several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer management."],["It contains properties for `CloudExadataInfrastructureName`, which is a typed view over the resource name, and `Name`, which specifies the required name of the Cloud Exadata Infrastructure in a specific project and location format."],["The `GetCloudExadataInfrastructureRequest` class offers two constructors: one default and another that allows for the creation of a request object based on an existing `GetCloudExadataInfrastructureRequest` instance."]]],[]]