Uses of Class
com.ibm.cloud.is.vpc.v1.model.SecurityGroup
Packages that use SecurityGroup
Package
Description
Virtual Private Cloud API v1.
-
Uses of SecurityGroup in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type SecurityGroupModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall
<SecurityGroup> Vpc.createSecurityGroup
(CreateSecurityGroupOptions createSecurityGroupOptions) Create a security group.com.ibm.cloud.sdk.core.http.ServiceCall
<SecurityGroup> Vpc.getSecurityGroup
(GetSecurityGroupOptions getSecurityGroupOptions) Retrieve a security group.com.ibm.cloud.sdk.core.http.ServiceCall
<SecurityGroup> Vpc.updateSecurityGroup
(UpdateSecurityGroupOptions updateSecurityGroupOptions) Update a security group. -
Uses of SecurityGroup in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type SecurityGroupModifier and TypeMethodDescriptionSecurityGroupsPager.getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.SecurityGroupsPager.getNext()
Returns the next page of results.SecurityGroupCollection.getSecurityGroups()
Gets the securityGroups.