network

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 23, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

nolint: lll

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Zone

type Zone struct {
	pulumi.CustomResourceState

	// Array of locations ISO-3166-1(2). Format code: countryCode OR countryCode-regionCode.
	DynamicLocations pulumi.StringArrayOutput `pulumi:"dynamicLocations"`
	// Array of values in CIDR/range form.
	Gateways pulumi.StringArrayOutput `pulumi:"gateways"`
	// Name of the Network Zone Resource.
	Name pulumi.StringOutput `pulumi:"name"`
	// Array of values in CIDR/range form.
	Proxies pulumi.StringArrayOutput `pulumi:"proxies"`
	// Type of the Network Zone - can either be IP or DYNAMIC only.
	Type pulumi.StringOutput `pulumi:"type"`
}

Creates an Okta Network Zone.

This resource allows you to create and configure an Okta Network Zone.

> This content is derived from https://github.com/articulate/terraform-provider-okta/blob/master/website/docs/r/network_zone.html.markdown.

func GetZone

func GetZone(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *ZoneState, opts ...pulumi.ResourceOption) (*Zone, error)

GetZone gets an existing Zone resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewZone

func NewZone(ctx *pulumi.Context,
	name string, args *ZoneArgs, opts ...pulumi.ResourceOption) (*Zone, error)

NewZone registers a new resource with the given unique name, arguments, and options.

type ZoneArgs

type ZoneArgs struct {
	// Array of locations ISO-3166-1(2). Format code: countryCode OR countryCode-regionCode.
	DynamicLocations pulumi.StringArrayInput
	// Array of values in CIDR/range form.
	Gateways pulumi.StringArrayInput
	// Name of the Network Zone Resource.
	Name pulumi.StringPtrInput
	// Array of values in CIDR/range form.
	Proxies pulumi.StringArrayInput
	// Type of the Network Zone - can either be IP or DYNAMIC only.
	Type pulumi.StringInput
}

The set of arguments for constructing a Zone resource.

func (ZoneArgs) ElementType added in v1.4.0

func (ZoneArgs) ElementType() reflect.Type

type ZoneState

type ZoneState struct {
	// Array of locations ISO-3166-1(2). Format code: countryCode OR countryCode-regionCode.
	DynamicLocations pulumi.StringArrayInput
	// Array of values in CIDR/range form.
	Gateways pulumi.StringArrayInput
	// Name of the Network Zone Resource.
	Name pulumi.StringPtrInput
	// Array of values in CIDR/range form.
	Proxies pulumi.StringArrayInput
	// Type of the Network Zone - can either be IP or DYNAMIC only.
	Type pulumi.StringPtrInput
}

func (ZoneState) ElementType added in v1.4.0

func (ZoneState) ElementType() reflect.Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL