Class ZoneState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Okta.Network
Assembly: Pulumi.Okta.dll
Syntax
public sealed class ZoneState : ResourceArgs
Constructors
View SourceZoneState()
Declaration
public ZoneState()
Properties
View SourceDynamicLocations
Array of locations ISO-3166-1(2). Format code: countryCode OR countryCode-regionCode.
Declaration
public InputList<string> DynamicLocations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Gateways
Array of values in CIDR/range form.
Declaration
public InputList<string> Gateways { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
Name of the Network Zone Resource.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Proxies
Array of values in CIDR/range form.
Declaration
public InputList<string> Proxies { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Type
Type of the Network Zone - can either be IP or DYNAMIC only.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |