Class RecoveryServiceSubnetDetails
Details of the Recovery Service Subnet.
Inherited Members
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