Class SecurityGroupRuleRemote
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.SecurityGroupRuleRemote
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
SecurityGroupRuleRemoteCIDR
,SecurityGroupRuleRemoteIP
,SecurityGroupRuleRemoteSecurityGroupReference
public class SecurityGroupRuleRemote
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The remote IP addresses or security groups from which this rule allows traffic (or to which, for outbound rules). A
CIDR block of `0.0.0.0/0` allows traffic from any source
(or to any destination, for outbound rules).
Classes which extend this class:
- SecurityGroupRuleRemoteIP
- SecurityGroupRuleRemoteCIDR
- SecurityGroupRuleRemoteSecurityGroupReference
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getAddress
Gets the address. The IP address. This property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) to support IPv6 addresses in the future.- Returns:
- the address
-
getCidrBlock
Gets the cidrBlock. The CIDR block. This property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) to support IPv6 address blocks in the future.- Returns:
- the cidrBlock
-
getCrn
-
getDeleted
Gets the deleted. If present, this property indicates the referenced resource has been deleted, and provides some supplementary information.- Returns:
- the deleted
-
getHref
-
getId
-
getName
Gets the name. The name for this security group. The name is unique across all security groups for the VPC.- Returns:
- the name
-