Package | Description |
---|---|
com.iland.core.web.rest.api |
REsT resources: entry point to platform services.
|
com.iland.core.web.rest.response.nsx |
Modifier and Type | Method and Description |
---|---|
DistributedFirewallLayer3RuleResponse |
VdcResource.createDistributedFirewallLayer3Rule(String vdcUuid,
Long eTag,
DistributedFirewallLayer3RuleCreateRequest createRequest)
Create a rule within the distributed firewall at layer 3 (general) for a given vDC.
|
DistributedFirewallLayer3RuleResponse |
VdcResource.getDistributedFirewallLayer3Rule(String vdcUuid,
long ruleId)
Get a rule within the distributed firewall at layer 3 (general) for a given vDC.
|
DistributedFirewallLayer3RuleResponse |
VdcResource.updateDistributedFirewallLayer3Rule(String vdcUuid,
long ruleId,
Long eTag,
DistributedFirewallLayer3RuleUpdateRequest updateRequest)
Update a rule within the distributed firewall at layer 3 (general) for a given vDC.
|
Modifier and Type | Method and Description |
---|---|
List<DistributedFirewallLayer3RuleResponse> |
DistributedFirewallLayer3Response.getRules()
Gets rules.
|
Constructor and Description |
---|
DistributedFirewallLayer3Response(List<DistributedFirewallLayer3RuleResponse> rules,
Long id,
String name,
Long generationNumber,
Instant timestamp,
Boolean tcpStrict,
Boolean stateless,
Boolean useSid,
String type)
Instantiates a new distributed firewall layer 3 response.
|
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.