Поделиться через


VendorNetworkFunctionInner Class

public final class VendorNetworkFunctionInner
extends ProxyResource

Vendor network function sub resource.

Constructor Summary

Constructor Description
VendorNetworkFunctionInner()

Creates an instance of VendorNetworkFunctionInner class.

Method Summary

Modifier and Type Method and Description
List<NetworkFunctionVendorConfiguration> networkFunctionVendorConfigurations()

Get the networkFunctionVendorConfigurations property: An array of network function vendor configurations.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the vendor network function sub resource.

String skuName()

Get the skuName property: The name of the sku.

SkuType skuType()

Get the skuType property: The sku type.

SystemData systemData()

Get the systemData property: The system meta data relating to this resource.

void validate()

Validates the instance.

VendorProvisioningState vendorProvisioningState()

Get the vendorProvisioningState property: The vendor controlled provisioning state of the vendor network function.

VendorNetworkFunctionInner withNetworkFunctionVendorConfigurations(List<NetworkFunctionVendorConfiguration> networkFunctionVendorConfigurations)

Set the networkFunctionVendorConfigurations property: An array of network function vendor configurations.

VendorNetworkFunctionInner withVendorProvisioningState(VendorProvisioningState vendorProvisioningState)

Set the vendorProvisioningState property: The vendor controlled provisioning state of the vendor network function.

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:

the networkFunctionVendorConfigurations value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the vendor network function sub resource.

Returns:

the provisioningState value.

skuName

public String skuName()

Get the skuName property: The name of the sku. Once set, it cannot be updated.

Returns:

the skuName value.

skuType

public SkuType skuType()

Get the skuType property: The sku type.

Returns:

the skuType value.

systemData

public SystemData systemData()

Get the systemData property: The system meta data relating to this resource.

Returns:

the systemData value.

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:

the vendorProvisioningState value.

withNetworkFunctionVendorConfigurations

public VendorNetworkFunctionInner withNetworkFunctionVendorConfigurations(List<NetworkFunctionVendorConfiguration> networkFunctionVendorConfigurations)

Set the networkFunctionVendorConfigurations property: An array of network function vendor configurations.

Parameters:

networkFunctionVendorConfigurations - the networkFunctionVendorConfigurations value to set.

Returns:

the VendorNetworkFunctionInner object itself.

withVendorProvisioningState

public VendorNetworkFunctionInner withVendorProvisioningState(VendorProvisioningState vendorProvisioningState)

Set the vendorProvisioningState property: The vendor controlled provisioning state of the vendor network function.

Parameters:

vendorProvisioningState - the vendorProvisioningState value to set.

Returns:

the VendorNetworkFunctionInner object itself.

Applies to