Uses of Class
com.ibm.cloud.is.vpc.v1.model.SecurityGroupRuleRemotePatch
-
Packages that use SecurityGroupRuleRemotePatch Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of SecurityGroupRuleRemotePatch in com.ibm.cloud.is.vpc.v1.model
Subclasses of SecurityGroupRuleRemotePatch in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
SecurityGroupRuleRemotePatchCIDR
SecurityGroupRuleRemotePatchCIDR.class
SecurityGroupRuleRemotePatchIP
SecurityGroupRuleRemotePatchIP.class
SecurityGroupRuleRemotePatchSecurityGroupIdentity
Identifies a security group by a unique property.class
SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN
SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByCRN.class
SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref
SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityByHref.class
SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityById
SecurityGroupRuleRemotePatchSecurityGroupIdentitySecurityGroupIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return SecurityGroupRuleRemotePatch Modifier and Type Method Description SecurityGroupRuleRemotePatch
SecurityGroupRulePatch. remote()
Gets the remote.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type SecurityGroupRuleRemotePatch Modifier and Type Method Description SecurityGroupRulePatch.Builder
SecurityGroupRulePatch.Builder. remote(SecurityGroupRuleRemotePatch remote)
Set the remote.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type SecurityGroupRuleRemotePatch Constructor Description Builder(SecurityGroupRuleRemotePatch securityGroupRuleRemotePatchCidr)
Instantiates a new Builder from an existing SecurityGroupRuleRemotePatchCIDR instance.Builder(SecurityGroupRuleRemotePatch securityGroupRuleRemotePatchIp)
Instantiates a new Builder from an existing SecurityGroupRuleRemotePatchIP instance.
-