public static interface ListSolNetworkPackageInfo.Builder extends SdkPojo, CopyableBuilder<ListSolNetworkPackageInfo.Builder,ListSolNetworkPackageInfo>
| Modifier and Type | Method and Description |
|---|---|
ListSolNetworkPackageInfo.Builder |
arn(String arn)
Network package ARN.
|
ListSolNetworkPackageInfo.Builder |
id(String id)
ID of the individual network package.
|
default ListSolNetworkPackageInfo.Builder |
metadata(Consumer<ListSolNetworkPackageMetadata.Builder> metadata)
The metadata of the network package.
|
ListSolNetworkPackageInfo.Builder |
metadata(ListSolNetworkPackageMetadata metadata)
The metadata of the network package.
|
ListSolNetworkPackageInfo.Builder |
nsdDesigner(String nsdDesigner)
Designer of the onboarded network service descriptor in the network package.
|
ListSolNetworkPackageInfo.Builder |
nsdId(String nsdId)
ID of the network service descriptor on which the network package is based.
|
ListSolNetworkPackageInfo.Builder |
nsdInvariantId(String nsdInvariantId)
Identifies a network service descriptor in a version independent manner.
|
ListSolNetworkPackageInfo.Builder |
nsdName(String nsdName)
Name of the onboarded network service descriptor in the network package.
|
ListSolNetworkPackageInfo.Builder |
nsdOnboardingState(NsdOnboardingState nsdOnboardingState)
Onboarding state of the network service descriptor in the network package.
|
ListSolNetworkPackageInfo.Builder |
nsdOnboardingState(String nsdOnboardingState)
Onboarding state of the network service descriptor in the network package.
|
ListSolNetworkPackageInfo.Builder |
nsdOperationalState(NsdOperationalState nsdOperationalState)
Operational state of the network service descriptor in the network package.
|
ListSolNetworkPackageInfo.Builder |
nsdOperationalState(String nsdOperationalState)
Operational state of the network service descriptor in the network package.
|
ListSolNetworkPackageInfo.Builder |
nsdUsageState(NsdUsageState nsdUsageState)
Usage state of the network service descriptor in the network package.
|
ListSolNetworkPackageInfo.Builder |
nsdUsageState(String nsdUsageState)
Usage state of the network service descriptor in the network package.
|
ListSolNetworkPackageInfo.Builder |
nsdVersion(String nsdVersion)
Version of the onboarded network service descriptor in the network package.
|
ListSolNetworkPackageInfo.Builder |
vnfPkgIds(Collection<String> vnfPkgIds)
Identifies the function package for the function package descriptor referenced by the onboarded network
package.
|
ListSolNetworkPackageInfo.Builder |
vnfPkgIds(String... vnfPkgIds)
Identifies the function package for the function package descriptor referenced by the onboarded network
package.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolNetworkPackageInfo.Builder arn(String arn)
Network package ARN.
arn - Network package ARN.ListSolNetworkPackageInfo.Builder id(String id)
ID of the individual network package.
id - ID of the individual network package.ListSolNetworkPackageInfo.Builder metadata(ListSolNetworkPackageMetadata metadata)
The metadata of the network package.
metadata - The metadata of the network package.default ListSolNetworkPackageInfo.Builder metadata(Consumer<ListSolNetworkPackageMetadata.Builder> metadata)
The metadata of the network package.
This is a convenience method that creates an instance of theListSolNetworkPackageMetadata.Builder
avoiding the need to create one manually via ListSolNetworkPackageMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to metadata(ListSolNetworkPackageMetadata).
metadata - a consumer that will call methods on ListSolNetworkPackageMetadata.Buildermetadata(ListSolNetworkPackageMetadata)ListSolNetworkPackageInfo.Builder nsdDesigner(String nsdDesigner)
Designer of the onboarded network service descriptor in the network package.
nsdDesigner - Designer of the onboarded network service descriptor in the network package.ListSolNetworkPackageInfo.Builder nsdId(String nsdId)
ID of the network service descriptor on which the network package is based.
nsdId - ID of the network service descriptor on which the network package is based.ListSolNetworkPackageInfo.Builder nsdInvariantId(String nsdInvariantId)
Identifies a network service descriptor in a version independent manner.
nsdInvariantId - Identifies a network service descriptor in a version independent manner.ListSolNetworkPackageInfo.Builder nsdName(String nsdName)
Name of the onboarded network service descriptor in the network package.
nsdName - Name of the onboarded network service descriptor in the network package.ListSolNetworkPackageInfo.Builder nsdOnboardingState(String nsdOnboardingState)
Onboarding state of the network service descriptor in the network package.
nsdOnboardingState - Onboarding state of the network service descriptor in the network package.NsdOnboardingState,
NsdOnboardingStateListSolNetworkPackageInfo.Builder nsdOnboardingState(NsdOnboardingState nsdOnboardingState)
Onboarding state of the network service descriptor in the network package.
nsdOnboardingState - Onboarding state of the network service descriptor in the network package.NsdOnboardingState,
NsdOnboardingStateListSolNetworkPackageInfo.Builder nsdOperationalState(String nsdOperationalState)
Operational state of the network service descriptor in the network package.
nsdOperationalState - Operational state of the network service descriptor in the network package.NsdOperationalState,
NsdOperationalStateListSolNetworkPackageInfo.Builder nsdOperationalState(NsdOperationalState nsdOperationalState)
Operational state of the network service descriptor in the network package.
nsdOperationalState - Operational state of the network service descriptor in the network package.NsdOperationalState,
NsdOperationalStateListSolNetworkPackageInfo.Builder nsdUsageState(String nsdUsageState)
Usage state of the network service descriptor in the network package.
nsdUsageState - Usage state of the network service descriptor in the network package.NsdUsageState,
NsdUsageStateListSolNetworkPackageInfo.Builder nsdUsageState(NsdUsageState nsdUsageState)
Usage state of the network service descriptor in the network package.
nsdUsageState - Usage state of the network service descriptor in the network package.NsdUsageState,
NsdUsageStateListSolNetworkPackageInfo.Builder nsdVersion(String nsdVersion)
Version of the onboarded network service descriptor in the network package.
nsdVersion - Version of the onboarded network service descriptor in the network package.ListSolNetworkPackageInfo.Builder vnfPkgIds(Collection<String> vnfPkgIds)
Identifies the function package for the function package descriptor referenced by the onboarded network package.
vnfPkgIds - Identifies the function package for the function package descriptor referenced by the onboarded
network package.ListSolNetworkPackageInfo.Builder vnfPkgIds(String... vnfPkgIds)
Identifies the function package for the function package descriptor referenced by the onboarded network package.
vnfPkgIds - Identifies the function package for the function package descriptor referenced by the onboarded
network package.Copyright © 2023. All rights reserved.