Class DefaultSecurityGroup
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.DefaultSecurityGroup
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DefaultSecurityGroup
extends com.ibm.cloud.sdk.core.service.model.GenericModel
DefaultSecurityGroup.
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getCreatedAt
Gets the createdAt. The date and time that this security group was created.- Returns:
- the createdAt
-
getCrn
-
getHref
-
getId
-
getName
Gets the name. The name for the default security group for a VPC. The name will be a hyphenated list of randomly-selected words at creation, but may changed.- Returns:
- the name
-
getResourceGroup
Gets the resourceGroup. The resource group for this security group.- Returns:
- the resourceGroup
-
getRules
Gets the rules. The rules for the default security group for a VPC. Defaults to allowing all outbound traffic, and allowing all inbound traffic from other interfaces in the VPC's default security group. Rules for the default security group may be changed, added or removed.- Returns:
- the rules
-
getTargets
Gets the targets. The targets for this security group.- Returns:
- the targets
-
getVpc
-