Show / Hide Table of Contents

Class UpdateMySqlObjectStorageDataTransferMediumDetails

OCI Object Storage bucket will be used to store dump files for the migration.

Inheritance
object
UpdateMySqlDataTransferMediumDetails
UpdateMySqlObjectStorageDataTransferMediumDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class UpdateMySqlObjectStorageDataTransferMediumDetails : UpdateMySqlDataTransferMediumDetails

Properties

ObjectStorageBucket

Declaration
[JsonProperty(PropertyName = "objectStorageBucket")]
public UpdateObjectStoreBucket ObjectStorageBucket { get; set; }
Property Value
Type Description
UpdateObjectStoreBucket
In this article
Back to top