PodConfiguration¶
- 
class 
oci.container_engine.models.PodConfiguration(**kwargs)¶ Bases:
objectThe pod configuration for pods run on virtual nodes of this virtual node pool.
Methods
__init__(**kwargs)Initializes a new PodConfiguration object with values from keyword arguments. Attributes
nsg_idsGets the nsg_ids of this PodConfiguration. shape[Required] Gets the shape of this PodConfiguration. subnet_id[Required] Gets the subnet_id of this PodConfiguration. - 
__init__(**kwargs)¶ Initializes a new PodConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - subnet_id (str) – The value to assign to the subnet_id property of this PodConfiguration.
 - nsg_ids (list[str]) – The value to assign to the nsg_ids property of this PodConfiguration.
 - shape (str) – The value to assign to the shape property of this PodConfiguration.
 
- 
nsg_ids¶ Gets the nsg_ids of this PodConfiguration. List of network security group IDs applied to the Pod VNIC.
Returns: The nsg_ids of this PodConfiguration. Return type: list[str] 
- 
shape¶ [Required] Gets the shape of this PodConfiguration. Shape of the pods.
Returns: The shape of this PodConfiguration. Return type: str 
- 
subnet_id¶ [Required] Gets the subnet_id of this PodConfiguration. The regional subnet where pods’ VNIC will be placed.
Returns: The subnet_id of this PodConfiguration. Return type: str 
-