VPC is the Schema for the VPCs API. Creates and manages Aviatrix-created VPCs
Type
CRD
Group
aviatrix.aviatrix.upbound.io
Version
v1alpha1
apiVersion: aviatrix.aviatrix.upbound.io/v1alpha1
kind: VPC
VPCSpec defines the desired state of VPC
No description provided.
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
Policies for referencing.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
Policies for referencing.
PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.
WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.
VPCStatus defines the observed state of VPC.
No description provided.
List of OCI availability domains. List of OCI availability domains.
List of OCI fault domains. List of OCI fault domains.
List of route table ids associated with this VPC. Only populated for AWS, AWSGov and Azure VPC. List of route table ids associated with this VPC.
List of subnets to be specify for GCP provider. Required to be non-empty for GCP provider, and empty for other providers. List of subnet of the VPC to be created. Required to be non-empty for GCP provider, and empty for other providers.
Conditions of the resource.
gcloud-vpc-spoke
apiVersion: aviatrix.aviatrix.upbound.io/v1alpha1
kind: VPC
metadata:
name: gcloud-vpc-spoke
spec:
forProvider:
accountName: aviatrix
aviatrixFirenetVpc: false
aviatrixTransitVpc: false
cloudType: 4
subnets:
- cidr: 10.10.1.0/24
name: subnet-2
region: us-west1
providerConfigRef:
name: default
gcloud-vpc-spoke2
apiVersion: aviatrix.aviatrix.upbound.io/v1alpha1
kind: VPC
metadata:
name: gcloud-vpc-spoke2
spec:
forProvider:
accountName: aviatrix
aviatrixFirenetVpc: false
aviatrixTransitVpc: false
cloudType: 4
subnets:
- cidr: 10.10.2.0/24
name: subnet-3
region: us-west1
providerConfigRef:
name: default
gcloud-vpc-transit2
apiVersion: aviatrix.aviatrix.upbound.io/v1alpha1
kind: VPC
metadata:
name: gcloud-vpc-transit2
spec:
forProvider:
accountName: aviatrix
aviatrixFirenetVpc: false
aviatrixTransitVpc: false
cloudType: 4
subnets:
- cidr: 10.10.3.0/24
name: subnet-4
region: us-west1
providerConfigRef:
name: default