class Firewall extends Collection (View source)

Properties

protected $collection_key
protected $allowedType
protected $allowedDataType
string $creationTimestamp
protected $deniedType
protected $deniedDataType
string $description
string[] $destinationRanges
string $direction
bool $disabled
string $id
string $kind
protected $logConfigType
protected $logConfigDataType
string $name
string $network
int $priority
$selfLink
string[] $sourceRanges
string[] $sourceServiceAccounts
string[] $sourceTags
string[] $targetServiceAccounts
string[] $targetTags

Methods

setAllowed($allowed)

No description

getAllowed()

No description

setCreationTimestamp($creationTimestamp)

No description

string
getCreationTimestamp()

No description

setDenied($denied)

No description

getDenied()

No description

setDescription($description)

No description

string
getDescription()

No description

setDestinationRanges($destinationRanges)

No description

string[]
getDestinationRanges()

No description

setDirection($direction)

No description

string
getDirection()

No description

setDisabled($disabled)

No description

bool
getDisabled()

No description

setId($id)

No description

string
getId()

No description

setKind($kind)

No description

string
getKind()

No description

setLogConfig(FirewallLogConfig $logConfig)

No description

getLogConfig()

No description

setName($name)

No description

string
getName()

No description

setNetwork($network)

No description

string
getNetwork()

No description

setPriority($priority)

No description

int
getPriority()

No description

setSelfLink($selfLink)

No description

string
getSelfLink()

No description

setSourceRanges($sourceRanges)

No description

string[]
getSourceRanges()

No description

setSourceServiceAccounts($sourceServiceAccounts)

No description

string[]
getSourceServiceAccounts()

No description

setSourceTags($sourceTags)

No description

string[]
getSourceTags()

No description

setTargetServiceAccounts($targetServiceAccounts)

No description

string[]
getTargetServiceAccounts()

No description

setTargetTags($targetTags)

No description

string[]
getTargetTags()

No description

Details

setAllowed($allowed)

No description

Parameters

$allowed

FirewallAllowed[] getAllowed()

No description

Return Value

FirewallAllowed[]

setCreationTimestamp($creationTimestamp)

No description

Parameters

$creationTimestamp

string getCreationTimestamp()

No description

Return Value

string

setDenied($denied)

No description

Parameters

$denied

FirewallDenied[] getDenied()

No description

Return Value

FirewallDenied[]

setDescription($description)

No description

Parameters

$description

string getDescription()

No description

Return Value

string

setDestinationRanges($destinationRanges)

No description

Parameters

$destinationRanges

string[] getDestinationRanges()

No description

Return Value

string[]

setDirection($direction)

No description

Parameters

$direction

string getDirection()

No description

Return Value

string

setDisabled($disabled)

No description

Parameters

$disabled

bool getDisabled()

No description

Return Value

bool

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setLogConfig(FirewallLogConfig $logConfig)

No description

Parameters

FirewallLogConfig $logConfig

FirewallLogConfig getLogConfig()

No description

Return Value

FirewallLogConfig

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setNetwork($network)

No description

Parameters

$network

string getNetwork()

No description

Return Value

string

setPriority($priority)

No description

Parameters

$priority

int getPriority()

No description

Return Value

int

No description

Parameters

$selfLink

No description

Return Value

string

setSourceRanges($sourceRanges)

No description

Parameters

$sourceRanges

string[] getSourceRanges()

No description

Return Value

string[]

setSourceServiceAccounts($sourceServiceAccounts)

No description

Parameters

$sourceServiceAccounts

string[] getSourceServiceAccounts()

No description

Return Value

string[]

setSourceTags($sourceTags)

No description

Parameters

$sourceTags

string[] getSourceTags()

No description

Return Value

string[]

setTargetServiceAccounts($targetServiceAccounts)

No description

Parameters

$targetServiceAccounts

string[] getTargetServiceAccounts()

No description

Return Value

string[]

setTargetTags($targetTags)

No description

Parameters

$targetTags

string[] getTargetTags()

No description

Return Value

string[]