Show / Hide Table of Contents

Class SubnetVariableDependsOn

Depends on object for Subnet Variables.

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

Properties

CompartmentId

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

OCID of the compartment.

Remarks

Required

HideAdSubnet

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

If present, hides AD subnet.

HidePrivateSubnet

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

If present, hides private subnets.

HidePublicSubnet

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

If present, hides public subnets.

HideRegionalSubnet

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

If present, hides regional subnets.

VcnId

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

OCID of the VCN.

Remarks

Required

In this article
Back to top