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