NetworkFunctionValueWithSecrets interface
具有秘密的 NetworkFunction。
- Extends
屬性
configuration |
多型歧視性,指定這個物件可以是的不同類型 |
secret |
來自使用者的 JSON 串行化秘密部署值。 這包括密碼、金鑰等秘密 |
繼承的屬性
allow |
指出部署期間是否允許軟體更新。 |
network |
網路函式的網路函式定義組名。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
network |
網路函式定義供應專案的位置。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
network |
網路函式的網路函式定義版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
network |
網路函式定義版本資源參考。 |
nfvi |
網路函式的 nfviId。 |
nfvi |
網路函式的 nfvi 類型。 |
provisioning |
網路函式資源的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
publisher |
網路函式的發行者名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
publisher |
發行者的範圍。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
role |
角色組態會覆寫使用者的值。 |
屬性詳細資料
configurationType
多型歧視性,指定這個物件可以是的不同類型
configurationType: "Secret"
屬性值
"Secret"
secretDeploymentValues
來自使用者的 JSON 串行化秘密部署值。 這包括密碼、金鑰等秘密
secretDeploymentValues?: string
屬性值
string
繼承的屬性詳細資料
allowSoftwareUpdate
指出部署期間是否允許軟體更新。
allowSoftwareUpdate?: boolean
屬性值
boolean
networkFunctionDefinitionGroupName
網路函式的網路函式定義組名。 注意:這個屬性不會串行化。 它只能由伺服器填入。
networkFunctionDefinitionGroupName?: string
屬性值
string
繼承自NetworkFunctionPropertiesFormat.networkFunctionDefinitionGroupName
networkFunctionDefinitionOfferingLocation
網路函式定義供應專案的位置。 注意:這個屬性不會串行化。 它只能由伺服器填入。
networkFunctionDefinitionOfferingLocation?: string
屬性值
string
繼承自NetworkFunctionPropertiesFormat.networkFunctionDefinitionOfferingLocation
networkFunctionDefinitionVersion
網路函式的網路函式定義版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。
networkFunctionDefinitionVersion?: string
屬性值
string
繼承自NetworkFunctionPropertiesFormat.networkFunctionDefinitionVersion
networkFunctionDefinitionVersionResourceReference
網路函式定義版本資源參考。
networkFunctionDefinitionVersionResourceReference?: DeploymentResourceIdReferenceUnion
屬性值
繼承自NetworkFunctionPropertiesFormat.networkFunctionDefinitionVersionResourceReference
nfviId
nfviType
provisioningState
網路函式資源的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。
provisioningState?: string
屬性值
string
publisherName
網路函式的發行者名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
publisherName?: string
屬性值
string
publisherScope
發行者的範圍。 注意:這個屬性不會串行化。 它只能由伺服器填入。
publisherScope?: string
屬性值
string
roleOverrideValues
角色組態會覆寫使用者的值。
roleOverrideValues?: string[]
屬性值
string[]