Class SubnetVariableDependsOn
Depends on object for Subnet Variables.
Inherited Members
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