Skip to content
Docs

Shared

ModelsExpand Collapse
type RegionName string

Region the resource is in.

type ResourceStatus string

Status of the resource.

One of the following:
const ResourceStatusPending ResourceStatus = "pending"
const ResourceStatusCreating ResourceStatus = "creating"
const ResourceStatusUpdating ResourceStatus = "updating"
const ResourceStatusReady ResourceStatus = "ready"
const ResourceStatusDeleting ResourceStatus = "deleting"
const ResourceStatusDeleted ResourceStatus = "deleted"
const ResourceStatusError ResourceStatus = "error"
type SourceIPRule struct{…}

IP filter rules.

Allowed []stringOptional

List of IPv4 CIDR addresses to allow.

Blocked []stringOptional

List of IPv4 CIDR addresses to deny.

type SourceIPRuleResponse struct{…}

IP filter rules.

Allowed []string

List of IPv4 CIDR addresses to allow.

Blocked []string

List of IPv4 CIDR addresses to deny.