Show / Hide Table of Contents

Class ChangeRecoveryServiceSubnetCompartmentDetails

The configuration details required to move a Recovery Service subnet from the existing compartment to a specified compartment.

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

Properties

CompartmentId

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

The OCID of the compartment into which the Recovery Service subnet should be moved.

Remarks

Required

In this article
Back to top