Show / Hide Table of Contents

Class UpdateBootVolumeBackupResponse

Inheritance
object
OciResponse
UpdateBootVolumeBackupResponse
Implements
IOciResponse
Inherited Members
OciResponse.httpResponseMessage
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Responses
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class UpdateBootVolumeBackupResponse : OciResponse, IOciResponse

Properties

BootVolumeBackup

Declaration
[HttpConverter(TargetEnum.Body)]
public BootVolumeBackup BootVolumeBackup { get; set; }
Property Value
Type Description
BootVolumeBackup

The returned BootVolumeBackup instance.

Etag

Declaration
[HttpConverter(TargetEnum.Header, "etag")]
public string Etag { get; set; }
Property Value
Type Description
string

For optimistic concurrency control. See if-match.

Implements

IOciResponse
In this article
Back to top