Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 868 Bytes

Subnetwork.md

File metadata and controls

16 lines (12 loc) · 868 Bytes

Subnetwork

AWS subnetwork object to be used while installing a cluster

Properties

Name Type Description Notes
cidr_block str The CIDR Block of the subnet. [optional]
availability_zone str The availability zone to which the subnet is related. [optional]
name str Name of the subnet according to its `Name` tag on AWS. [optional]
public bool Whether or not it is a public subnet. [optional]
red_hat_managed bool If the resource is RH managed. [optional]
subnet_id str The subnet ID to be used while installing a cluster. [optional]

[Back to Model list] [Back to API list] [Back to README]