VendorNetworkFunctionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. hybridnetwork. fluent. models. VendorNetworkFunctionInner
- com.
- com.
public final class VendorNetworkFunctionInner
extends ProxyResource
Vendor network function sub resource.
Constructor Summary
| Constructor | Description |
|---|---|
| VendorNetworkFunctionInner() |
Creates an instance of Vendor |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Network |
networkFunctionVendorConfigurations()
Get the network |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
skuName()
Get the sku |
|
Sku |
skuType()
Get the sku |
|
System |
systemData()
Get the system |
| void |
validate()
Validates the instance. |
|
Vendor |
vendorProvisioningState()
Get the vendor |
|
Vendor |
withNetworkFunctionVendorConfigurations(List<NetworkFunctionVendorConfiguration> networkFunctionVendorConfigurations)
Set the network |
|
Vendor |
withVendorProvisioningState(VendorProvisioningState vendorProvisioningState)
Set the vendor |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
VendorNetworkFunctionInner
public VendorNetworkFunctionInner()
Creates an instance of VendorNetworkFunctionInner class.
Method Details
networkFunctionVendorConfigurations
public List<NetworkFunctionVendorConfiguration> networkFunctionVendorConfigurations()
Get the networkFunctionVendorConfigurations property: An array of network function vendor configurations.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the vendor network function sub resource.
Returns:
skuName
public String skuName()
Get the skuName property: The name of the sku. Once set, it cannot be updated.
Returns:
skuType
public SkuType skuType()
Get the skuType property: The sku type.
Returns:
systemData
public SystemData systemData()
Get the systemData property: The system meta data relating to this resource.
Returns:
validate
public void validate()
Validates the instance.
vendorProvisioningState
public VendorProvisioningState vendorProvisioningState()
Get the vendorProvisioningState property: The vendor controlled provisioning state of the vendor network function.
Returns:
withNetworkFunctionVendorConfigurations
public VendorNetworkFunctionInner withNetworkFunctionVendorConfigurations(List<NetworkFunctionVendorConfiguration> networkFunctionVendorConfigurations)
Set the networkFunctionVendorConfigurations property: An array of network function vendor configurations.
Parameters:
Returns:
withVendorProvisioningState
public VendorNetworkFunctionInner withVendorProvisioningState(VendorProvisioningState vendorProvisioningState)
Set the vendorProvisioningState property: The vendor controlled provisioning state of the vendor network function.
Parameters:
Returns: