Class NetworkZoneAddressType
An enumeration of NetworkZoneAddressType values in the Okta API.
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class NetworkZoneAddressType : StringEnum, IComparable
Constructors
NetworkZoneAddressType(String)
Creates a new NetworkZoneAddressType instance.
Declaration
public NetworkZoneAddressType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Cidr
The CIDR NetworkZoneAddressType.
Declaration
public static NetworkZoneAddressType Cidr
Field Value
Type | Description |
---|---|
NetworkZoneAddressType |
Range
The RANGE NetworkZoneAddressType.
Declaration
public static NetworkZoneAddressType Range
Field Value
Type | Description |
---|---|
NetworkZoneAddressType |
Operators
Implicit(String to NetworkZoneAddressType)
Implicit operator declaration to accept and convert a string value as a NetworkZoneAddressType
Declaration
public static implicit operator NetworkZoneAddressType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
NetworkZoneAddressType |
Implements
System.IComparable