Show / Hide Table of Contents

Class GetInfrastructureTargetVersionsRequest

Inheritance
object
GetInfrastructureTargetVersionsRequest
Implements
IOciRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Requests
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class GetInfrastructureTargetVersionsRequest : IOciRequest
Examples

Click here to see an example of how to use GetInfrastructureTargetVersions request.

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The compartment OCID.

Remarks

Required

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

Unique identifier for the request.

TargetResourceId

Declaration
[HttpConverter(TargetEnum.Query, "targetResourceId")]
public string TargetResourceId { get; set; }
Property Value
Type Description
string

The target resource ID.

TargetResourceType

Declaration
[HttpConverter(TargetEnum.Query, "targetResourceType")]
public MaintenanceRunSummary.TargetResourceTypeEnum? TargetResourceType { get; set; }
Property Value
Type Description
MaintenanceRunSummary.TargetResourceTypeEnum?

The type of the target resource.

Implements

IOciRequest
In this article
Back to top