Class CreateSoftwareSourceResponse
Implements
Inherited Members
Namespace: Oci.OsmanagementService.Responses
Assembly: OCI.DotNetSDK.Osmanagement.dll
Syntax
public class CreateSoftwareSourceResponse : OciResponse, IOciResponse
Properties
Etag
Declaration
[HttpConverter(TargetEnum.Header, "etag")]
public string Etag { get; set; }
Property Value
Type | Description |
---|---|
string | For optimistic concurrency control. See |
Location
Declaration
[HttpConverter(TargetEnum.Header, "Location")]
public string Location { get; set; }
Property Value
Type | Description |
---|---|
string | A link to the created Software Source |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
SoftwareSource
Declaration
[HttpConverter(TargetEnum.Body)]
public SoftwareSource SoftwareSource { get; set; }
Property Value
Type | Description |
---|---|
SoftwareSource | The returned SoftwareSource instance. |