NetworkConfig | R Documentation |
Accepts network configuration parameters and provides a method to turn these parameters into a dictionary.
new()
Initialize a “NetworkConfig“ instance. NetworkConfig accepts network configuration parameters and provides a method to turn these parameters into a dictionary.
NetworkConfig$new( enable_network_isolation = FALSE, security_group_ids = NULL, subnets = NULL, encrypt_inter_container_traffic = NULL )
enable_network_isolation
(bool): Boolean that determines whether to enable network isolation.
security_group_ids
([str]): A list of strings representing security group IDs.
subnets
([str]): A list of strings representing subnets.
encrypt_inter_container_traffic
(bool): Boolean that determines whether to encrypt inter-container traffic. Default value is None.
to_request_list()
Generates a request dictionary using the parameters provided to the class.
NetworkConfig$to_request_list()
format()
format class
NetworkConfig$format()
clone()
The objects of this class are cloneable with this method.
NetworkConfig$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.