Package | Description |
---|---|
com.oracle.bmc.networkfirewall.model |
Modifier and Type | Method and Description |
---|---|
static ServiceType |
ServiceType.create(String key) |
ServiceType |
ServiceSummary.getType()
Describes the type of Service.
|
static ServiceType |
ServiceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
ServiceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceSummary.Builder |
ServiceSummary.Builder.type(ServiceType type)
Describes the type of Service.
|
Constructor and Description |
---|
ServiceSummary(ServiceType type,
String name,
String parentResourceId)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.