| Package | Description |
|---|---|
| software.amazon.awssdk.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
static VnfOperationalState |
VnfOperationalState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VnfOperationalState |
VnfOperationalState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VnfOperationalState[] |
VnfOperationalState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VnfOperationalState |
GetSolInstantiatedVnfInfo.vnfState()
State of the network function.
|
VnfOperationalState |
GetSolVnfInfo.vnfState()
State of the network function instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VnfOperationalState> |
VnfOperationalState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSolInstantiatedVnfInfo.Builder |
GetSolInstantiatedVnfInfo.Builder.vnfState(VnfOperationalState vnfState)
State of the network function.
|
GetSolVnfInfo.Builder |
GetSolVnfInfo.Builder.vnfState(VnfOperationalState vnfState)
State of the network function instance.
|
Copyright © 2023. All rights reserved.