network

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Zone

type Zone struct {
	// contains filtered or unexported fields
}

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.ID, state *ZoneState, opts ...pulumi.ResourceOpt) (*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.ResourceOpt) (*Zone, error)

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

func (*Zone) DynamicLocations

func (r *Zone) DynamicLocations() *pulumi.ArrayOutput

Array of locations ISO-3166-1(2). Format code: countryCode OR countryCode-regionCode.

func (*Zone) Gateways

func (r *Zone) Gateways() *pulumi.ArrayOutput

Array of values in CIDR/range form.

func (*Zone) ID

func (r *Zone) ID() *pulumi.IDOutput

ID is this resource's unique identifier assigned by its provider.

func (*Zone) Name

func (r *Zone) Name() *pulumi.StringOutput

Name of the Network Zone Resource.

func (*Zone) Proxies

func (r *Zone) Proxies() *pulumi.ArrayOutput

Array of values in CIDR/range form.

func (*Zone) Type

func (r *Zone) Type() *pulumi.StringOutput

Type of the Network Zone - can either be IP or DYNAMIC only.

func (*Zone) URN

func (r *Zone) URN() *pulumi.URNOutput

URN is this resource's unique name assigned by Pulumi.

type ZoneArgs

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

The set of arguments for constructing a Zone resource.

type ZoneState

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

Input properties used for looking up and filtering Zone resources.

Jump to

Keyboard shortcuts

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