Uses of Interface
com.sap.cloudfoundry.client.facade.domain.SecurityGroupRule
-
Packages that use SecurityGroupRule Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of SecurityGroupRule in com.sap.cloudfoundry.client.facade.domain
Classes in com.sap.cloudfoundry.client.facade.domain that implement SecurityGroupRule Modifier and Type Class Description classImmutableSecurityGroupRuleImmutable implementation ofSecurityGroupRule.Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type SecurityGroupRule Modifier and Type Method Description static ImmutableSecurityGroupRuleImmutableSecurityGroupRule. copyOf(SecurityGroupRule instance)Creates an immutable copy of aSecurityGroupRulevalue.ImmutableSecurityGroupRule.BuilderImmutableSecurityGroupRule.Builder. from(SecurityGroupRule instance)Fill a builder with attribute values from the providedSecurityGroupRuleinstance.
-