Class OciNetworkSubnet
Oracle Cloud Infrastructure network subnet object.
Inherited Members
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