Show / Hide Table of Contents

Class CreateTransferApplianceDetails

Inheritance
object
CreateTransferApplianceDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DtsService.Models
Assembly: OCI.DotNetSDK.Dts.dll
Syntax
public class CreateTransferApplianceDetails

Properties

CustomerShippingAddress

Declaration
[JsonProperty(PropertyName = "customerShippingAddress")]
public ShippingAddress CustomerShippingAddress { get; set; }
Property Value
Type Description
ShippingAddress

MinimumStorageCapacityInTerabytes

Declaration
[JsonProperty(PropertyName = "minimumStorageCapacityInTerabytes")]
public int? MinimumStorageCapacityInTerabytes { get; set; }
Property Value
Type Description
int?

Minimum storage capacity of the device, in terabytes. Valid options are 50, 95 and 150.

In this article
Back to top