Skip to main content

SubnetType

The type of subnet.

Index

Enumeration Members

Enumeration Members

PRIVATE

PRIVATE: private

A private subnet has limited access to anything outside of this subnet, including access from the internet. Access to this subnet needs to be explicitly allowed.

PUBLIC

PUBLIC: public

A public subnet is open to the internet, i.e. an Execution within this subnet can be accessed from the internet. Other than access from the internet, any other access needs to be explicitly allowed.