@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class RemoveNetworkSecurityGroupSecurityRulesRequest extends BmcRequest<RemoveNetworkSecurityGroupSecurityRulesDetails>
Example: Click here to see how to use RemoveNetworkSecurityGroupSecurityRulesRequest.
Modifier and Type | Class and Description |
---|---|
static class |
RemoveNetworkSecurityGroupSecurityRulesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static RemoveNetworkSecurityGroupSecurityRulesRequest.Builder |
builder() |
RemoveNetworkSecurityGroupSecurityRulesDetails |
getBody$()
Alternative accessor for the body parameter.
|
String |
getNetworkSecurityGroupId()
The OCID of the network security group.
|
RemoveNetworkSecurityGroupSecurityRulesDetails |
getRemoveNetworkSecurityGroupSecurityRulesDetails()
Request with one or more security rules associated with the network security group that
will be removed.
|
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public RemoveNetworkSecurityGroupSecurityRulesDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<RemoveNetworkSecurityGroupSecurityRulesDetails>
public static RemoveNetworkSecurityGroupSecurityRulesRequest.Builder builder()
public String getNetworkSecurityGroupId()
The OCID of the network security group.
public RemoveNetworkSecurityGroupSecurityRulesDetails getRemoveNetworkSecurityGroupSecurityRulesDetails()
Request with one or more security rules associated with the network security group that will be removed.
Copyright © 2016–2021. All rights reserved.