NetworkFunctionDefinitionVersionPropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. hybridnetwork. models. NetworkFunctionDefinitionVersionPropertiesFormat
- com.
Implements
public class NetworkFunctionDefinitionVersionPropertiesFormat
implements JsonSerializable<NetworkFunctionDefinitionVersionPropertiesFormat>
Network function definition version properties.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkFunctionDefinitionVersionPropertiesFormat() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
deployParameters()
Get the deploy |
| String |
description()
Get the description property: The network function definition version description. |
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
|
Network |
networkFunctionType()
Get the network |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Version |
versionState()
Get the version |
|
Network |
withDeployParameters(String deployParameters)
Set the deploy |
|
Network |
withDescription(String description)
Set the description property: The network function definition version description. |
Methods inherited from java.lang.Object
Constructor Details
NetworkFunctionDefinitionVersionPropertiesFormat
public NetworkFunctionDefinitionVersionPropertiesFormat()
Creates an instance of NetworkFunctionDefinitionVersionPropertiesFormat class.
Method Details
deployParameters
public String deployParameters()
Get the deployParameters property: The deployment parameters of the network function definition version.
Returns:
description
public String description()
Get the description property: The network function definition version description.
Returns:
fromJson
public static NetworkFunctionDefinitionVersionPropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of NetworkFunctionDefinitionVersionPropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
networkFunctionType
public NetworkFunctionType networkFunctionType()
Get the networkFunctionType property: The network function type.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the network function definition version resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
versionState
public VersionState versionState()
Get the versionState property: The network function definition version state.
Returns:
withDeployParameters
public NetworkFunctionDefinitionVersionPropertiesFormat withDeployParameters(String deployParameters)
Set the deployParameters property: The deployment parameters of the network function definition version.
Parameters:
Returns:
withDescription
public NetworkFunctionDefinitionVersionPropertiesFormat withDescription(String description)
Set the description property: The network function definition version description.
Parameters:
Returns: