Show / Hide Table of Contents

Class RecoveryServiceSubnetInput

Parameters to retrieve information about a specific recovery service subnet.

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

Properties

RecoveryServiceSubnetId

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

The recovery service subnet OCID.

Remarks

Required

In this article
Back to top