Oracle Cloud Infrastructure · Arazzo Workflow
Oracle Cloud Provision VCN Network
Version 1.0.0
Create a VCN, poll until available, add an internet gateway, and create a public subnet.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a ServiceArazzoWorkflows
Provider
Workflows
provision-vcn-network
Create a VCN, wait for AVAILABLE, add an internet gateway, and a subnet.
Creates a VCN, polls getVcn until AVAILABLE, creates an internet gateway, and creates a public subnet within the VCN.
1
createVcn
createVcn
Create a new virtual cloud network with the supplied CIDR block.
2
pollVcn
getVcn
Poll the VCN until it reports the AVAILABLE lifecycle state.
3
createInternetGateway
createInternetGateway
Create an enabled internet gateway for the new VCN.
4
createSubnet
createSubnet
Create a public subnet within the VCN.