Show / Hide Table of Contents

Class RecoveryServiceSubnetDetails

Details of the Recovery Service Subnet.

Inheritance
object
RecoveryServiceSubnetDetails
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 RecoveryServiceSubnetDetails

Properties

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LifecycleState? LifecycleState { get; set; }
Property Value
Type Description
LifecycleState?

The current state of the Recovery Service Subnet.

RecoveryServiceSubnetId

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

Recovery Service Subnet Identifier.

Remarks

Required

In this article
Back to top