Uses of Class
org.cdk8s.plus23.PodConnectionsIsolation
-
-
Uses of PodConnectionsIsolation in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return PodConnectionsIsolation Modifier and Type Method Description default PodConnectionsIsolationPodConnectionsAllowFromOptions. getIsolation()Which isolation should be applied to establish the connection.PodConnectionsIsolationPodConnectionsAllowFromOptions.Jsii$Proxy. getIsolation()default PodConnectionsIsolationPodConnectionsAllowToOptions. getIsolation()Which isolation should be applied to establish the connection.PodConnectionsIsolationPodConnectionsAllowToOptions.Jsii$Proxy. getIsolation()static PodConnectionsIsolationPodConnectionsIsolation. 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.plus23 with parameters of type PodConnectionsIsolation Modifier and Type Method Description PodConnectionsAllowFromOptions.BuilderPodConnectionsAllowFromOptions.Builder. isolation(PodConnectionsIsolation isolation)Sets the value ofPodConnectionsAllowFromOptions.getIsolation()PodConnectionsAllowToOptions.BuilderPodConnectionsAllowToOptions.Builder. isolation(PodConnectionsIsolation isolation)Sets the value ofPodConnectionsAllowToOptions.getIsolation()
-