Uses of Class
org.cdk8s.plus24.PodConnectionsIsolation
-
-
Uses of PodConnectionsIsolation in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return PodConnectionsIsolation Modifier and Type Method Description default PodConnectionsIsolation
PodConnectionsAllowFromOptions. getIsolation()
Which isolation should be applied to establish the connection.PodConnectionsIsolation
PodConnectionsAllowFromOptions.Jsii$Proxy. getIsolation()
default PodConnectionsIsolation
PodConnectionsAllowToOptions. getIsolation()
Which isolation should be applied to establish the connection.PodConnectionsIsolation
PodConnectionsAllowToOptions.Jsii$Proxy. getIsolation()
static PodConnectionsIsolation
PodConnectionsIsolation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PodConnectionsIsolation[]
PodConnectionsIsolation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus24 with parameters of type PodConnectionsIsolation Modifier and Type Method Description PodConnectionsAllowFromOptions.Builder
PodConnectionsAllowFromOptions.Builder. isolation(PodConnectionsIsolation isolation)
Sets the value ofPodConnectionsAllowFromOptions.getIsolation()
PodConnectionsAllowToOptions.Builder
PodConnectionsAllowToOptions.Builder. isolation(PodConnectionsIsolation isolation)
Sets the value ofPodConnectionsAllowToOptions.getIsolation()
-