Package | Description |
---|---|
com.oracle.bmc.networkfirewall.model |
Modifier and Type | Class and Description |
---|---|
class |
SimpleUrlPattern
Pattern describing an http/https URL or set thereof as a concatenation of optional host component
and optional path component.
|
Modifier and Type | Method and Description |
---|---|
List<UrlPattern> |
UpdateUrlListDetails.getUrls()
List of urls.
|
List<UrlPattern> |
UrlList.getUrls()
List of urls.
|
List<UrlPattern> |
CreateUrlListDetails.getUrls()
List of urls.
|
Modifier and Type | Method and Description |
---|---|
UpdateUrlListDetails.Builder |
UpdateUrlListDetails.Builder.urls(List<UrlPattern> urls)
List of urls.
|
UrlList.Builder |
UrlList.Builder.urls(List<UrlPattern> urls)
List of urls.
|
CreateUrlListDetails.Builder |
CreateUrlListDetails.Builder.urls(List<UrlPattern> urls)
List of urls.
|
Constructor and Description |
---|
CreateUrlListDetails(String name,
List<UrlPattern> urls)
Deprecated.
|
UpdateUrlListDetails(List<UrlPattern> urls)
Deprecated.
|
UrlList(String name,
List<UrlPattern> urls,
Integer totalUrls,
String parentResourceId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.