SubnetVariableDependsOn

class oci.fleet_apps_management.models.SubnetVariableDependsOn(**kwargs)

Bases: object

Depends on object for Subnet Variables.

Methods

__init__(**kwargs) Initializes a new SubnetVariableDependsOn object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this SubnetVariableDependsOn.
hide_ad_subnet Gets the hide_ad_subnet of this SubnetVariableDependsOn.
hide_private_subnet Gets the hide_private_subnet of this SubnetVariableDependsOn.
hide_public_subnet Gets the hide_public_subnet of this SubnetVariableDependsOn.
hide_regional_subnet Gets the hide_regional_subnet of this SubnetVariableDependsOn.
vcn_id [Required] Gets the vcn_id of this SubnetVariableDependsOn.
__init__(**kwargs)

Initializes a new SubnetVariableDependsOn object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • vcn_id (str) – The value to assign to the vcn_id property of this SubnetVariableDependsOn.
  • compartment_id (str) – The value to assign to the compartment_id property of this SubnetVariableDependsOn.
  • hide_public_subnet (str) – The value to assign to the hide_public_subnet property of this SubnetVariableDependsOn.
  • hide_private_subnet (str) – The value to assign to the hide_private_subnet property of this SubnetVariableDependsOn.
  • hide_regional_subnet (str) – The value to assign to the hide_regional_subnet property of this SubnetVariableDependsOn.
  • hide_ad_subnet (str) – The value to assign to the hide_ad_subnet property of this SubnetVariableDependsOn.
compartment_id

[Required] Gets the compartment_id of this SubnetVariableDependsOn. OCID of the compartment.

Returns:The compartment_id of this SubnetVariableDependsOn.
Return type:str
hide_ad_subnet

Gets the hide_ad_subnet of this SubnetVariableDependsOn. If present, hides AD subnet.

Returns:The hide_ad_subnet of this SubnetVariableDependsOn.
Return type:str
hide_private_subnet

Gets the hide_private_subnet of this SubnetVariableDependsOn. If present, hides private subnets.

Returns:The hide_private_subnet of this SubnetVariableDependsOn.
Return type:str
hide_public_subnet

Gets the hide_public_subnet of this SubnetVariableDependsOn. If present, hides public subnets.

Returns:The hide_public_subnet of this SubnetVariableDependsOn.
Return type:str
hide_regional_subnet

Gets the hide_regional_subnet of this SubnetVariableDependsOn. If present, hides regional subnets.

Returns:The hide_regional_subnet of this SubnetVariableDependsOn.
Return type:str
vcn_id

[Required] Gets the vcn_id of this SubnetVariableDependsOn. OCID of the VCN.

Returns:The vcn_id of this SubnetVariableDependsOn.
Return type:str