ContainerizedNetworkFunctionTemplate Class

  • java.lang.Object
    • com.azure.resourcemanager.hybridnetwork.models.ContainerizedNetworkFunctionTemplate

Implements

public class ContainerizedNetworkFunctionTemplate
implements JsonSerializable<ContainerizedNetworkFunctionTemplate>

Containerized network function template.

Constructor Summary

Constructor Description
ContainerizedNetworkFunctionTemplate()

Creates an instance of ContainerizedNetworkFunctionTemplate class.

Method Summary

Modifier and Type Method and Description
static ContainerizedNetworkFunctionTemplate fromJson(JsonReader jsonReader)

Reads an instance of ContainerizedNetworkFunctionTemplate from the JsonReader.

ContainerizedNetworkFunctionNfviType nfviType()

Get the nfviType property: The network function type.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ContainerizedNetworkFunctionTemplate

public ContainerizedNetworkFunctionTemplate()

Creates an instance of ContainerizedNetworkFunctionTemplate class.

Method Details

fromJson

public static ContainerizedNetworkFunctionTemplate fromJson(JsonReader jsonReader)

Reads an instance of ContainerizedNetworkFunctionTemplate from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ContainerizedNetworkFunctionTemplate if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ContainerizedNetworkFunctionTemplate.

nfviType

public ContainerizedNetworkFunctionNfviType nfviType()

Get the nfviType property: The network function type.

Returns:

the nfviType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to