public static interface GetSolVnfInfo.Builder extends SdkPojo, CopyableBuilder<GetSolVnfInfo.Builder,GetSolVnfInfo>
| Modifier and Type | Method and Description |
|---|---|
GetSolVnfInfo.Builder |
vnfcResourceInfo(Collection<GetSolVnfcResourceInfo> vnfcResourceInfo)
Compute info used by the network function instance.
|
GetSolVnfInfo.Builder |
vnfcResourceInfo(Consumer<GetSolVnfcResourceInfo.Builder>... vnfcResourceInfo)
Compute info used by the network function instance.
|
GetSolVnfInfo.Builder |
vnfcResourceInfo(GetSolVnfcResourceInfo... vnfcResourceInfo)
Compute info used by the network function instance.
|
GetSolVnfInfo.Builder |
vnfState(String vnfState)
State of the network function instance.
|
GetSolVnfInfo.Builder |
vnfState(VnfOperationalState vnfState)
State of the network function instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSolVnfInfo.Builder vnfState(String vnfState)
State of the network function instance.
vnfState - State of the network function instance.VnfOperationalState,
VnfOperationalStateGetSolVnfInfo.Builder vnfState(VnfOperationalState vnfState)
State of the network function instance.
vnfState - State of the network function instance.VnfOperationalState,
VnfOperationalStateGetSolVnfInfo.Builder vnfcResourceInfo(Collection<GetSolVnfcResourceInfo> vnfcResourceInfo)
Compute info used by the network function instance.
vnfcResourceInfo - Compute info used by the network function instance.GetSolVnfInfo.Builder vnfcResourceInfo(GetSolVnfcResourceInfo... vnfcResourceInfo)
Compute info used by the network function instance.
vnfcResourceInfo - Compute info used by the network function instance.GetSolVnfInfo.Builder vnfcResourceInfo(Consumer<GetSolVnfcResourceInfo.Builder>... vnfcResourceInfo)
Compute info used by the network function instance.
This is a convenience method that creates an instance of theGetSolVnfcResourceInfo.Builder avoiding the need to create
one manually via GetSolVnfcResourceInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #vnfcResourceInfo(List.
vnfcResourceInfo - a consumer that will call methods on
GetSolVnfcResourceInfo.Builder#vnfcResourceInfo(java.util.Collection) Copyright © 2023. All rights reserved.