ControllerServices Class

Definition

Network Fabric Controller services.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ControllerServicesTypeConverter))]
public class ControllerServices : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IControllerServices
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ControllerServicesTypeConverter))>]
type ControllerServices = class
    interface IControllerServices
    interface IJsonSerializable
Public Class ControllerServices
Implements IControllerServices
Inheritance
ControllerServices
Attributes
Implements

Constructors

Name Description
ControllerServices()

Creates an new ControllerServices instance.

Properties

Name Description
Ipv4AddressSpace

The IPv4 Address space is optional, if the value is not defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.

Ipv6AddressSpace

The IPv6 is not supported right now.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ControllerServices.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ControllerServices.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IControllerServices.

FromJsonString(String)

Creates a new instance of ControllerServices, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ControllerServices into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to