Show / Hide Table of Contents

Class OciNetworkSubnet

Oracle Cloud Infrastructure network subnet object.

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

Properties

Label

Declaration
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
Type Description
string

Subnet label. CSP can set this property

SubnetId

Declaration
[JsonProperty(PropertyName = "subnetId")]
public string SubnetId { get; set; }
Property Value
Type Description
string

OCID for existing the subnet. CSP can not set this property.

Type

Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public OciNetworkSubnet.TypeEnum? Type { get; set; }
Property Value
Type Description
OciNetworkSubnet.TypeEnum?

Defines if the subnet is the primary or backup for the network

Remarks

Required

In this article
Back to top