@Generated(value="software.amazon.awssdk:codegen") public final class GetSolInstantiatedVnfInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GetSolInstantiatedVnfInfo.Builder,GetSolInstantiatedVnfInfo>
Information about a network function.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSolInstantiatedVnfInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSolInstantiatedVnfInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSolInstantiatedVnfInfo.Builder> |
serializableBuilderClass() |
GetSolInstantiatedVnfInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VnfOperationalState |
vnfState()
State of the network function.
|
String |
vnfStateAsString()
State of the network function.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final VnfOperationalState vnfState()
State of the network function.
If the service returns an enum value that is not available in the current SDK version, vnfState will
return VnfOperationalState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from vnfStateAsString().
VnfOperationalStatepublic final String vnfStateAsString()
State of the network function.
If the service returns an enum value that is not available in the current SDK version, vnfState will
return VnfOperationalState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from vnfStateAsString().
VnfOperationalStatepublic GetSolInstantiatedVnfInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSolInstantiatedVnfInfo.Builder,GetSolInstantiatedVnfInfo>public static GetSolInstantiatedVnfInfo.Builder builder()
public static Class<? extends GetSolInstantiatedVnfInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.