Uses of Class
org.cdk8s.plus25.PodConnectionsIsolation
-
Packages that use PodConnectionsIsolation Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of PodConnectionsIsolation in org.cdk8s.plus25
Methods in org.cdk8s.plus25 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.plus25 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()
-