Show / Hide Table of Contents

Class ZoneState

Inheritance
System.Object
InputArgs
ResourceArgs
ZoneState
Inherited Members
ResourceArgs.Empty
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 Source

ZoneState()

Declaration
public ZoneState()

Properties

View Source

DynamicLocations

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>
View Source

Gateways

Array of values in CIDR/range form.

Declaration
public InputList<string> Gateways { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

Name of the Network Zone Resource.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Proxies

Array of values in CIDR/range form.

Declaration
public InputList<string> Proxies { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.