Uses of Class
software.amazon.awssdk.services.tnb.model.VnfOperationalState
-
Packages that use VnfOperationalState Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of VnfOperationalState in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return VnfOperationalState Modifier and Type Method Description static VnfOperationalStateVnfOperationalState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VnfOperationalStateVnfOperationalState. 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.VnfOperationalStateGetSolInstantiatedVnfInfo. vnfState()State of the network function.VnfOperationalStateGetSolVnfInfo. vnfState()State of the network function instance.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type VnfOperationalState Modifier and Type Method Description static Set<VnfOperationalState>VnfOperationalState. knownValues()Methods in software.amazon.awssdk.services.tnb.model with parameters of type VnfOperationalState Modifier and Type Method Description GetSolInstantiatedVnfInfo.BuilderGetSolInstantiatedVnfInfo.Builder. vnfState(VnfOperationalState vnfState)State of the network function.GetSolVnfInfo.BuilderGetSolVnfInfo.Builder. vnfState(VnfOperationalState vnfState)State of the network function instance.
-