class Network extends Collection (View source)

Properties

protected $collection_key
string $cidr
string $gatewayIp
string $id
string $ipAddress
bool $jumboFramesEnabled
string[] $labels
string[] $macAddress
protected $mountPointsType
protected $mountPointsDataType
string $name
string $pod
protected $reservationsType
protected $reservationsDataType
string $servicesCidr
string $state
string $type
string $vlanId
protected $vrfType
protected $vrfDataType
string $vrfAttachment

Methods

setCidr($cidr)

No description

string
getCidr()

No description

setGatewayIp($gatewayIp)

No description

string
getGatewayIp()

No description

setId($id)

No description

string
getId()

No description

setIpAddress($ipAddress)

No description

string
getIpAddress()

No description

setJumboFramesEnabled($jumboFramesEnabled)

No description

bool
getJumboFramesEnabled()

No description

setLabels($labels)

No description

string[]
getLabels()

No description

setMacAddress($macAddress)

No description

string[]
getMacAddress()

No description

setMountPoints($mountPoints)

No description

getMountPoints()

No description

setName($name)

No description

string
getName()

No description

setPod($pod)

No description

string
getPod()

No description

setReservations($reservations)

No description

setServicesCidr($servicesCidr)

No description

string
getServicesCidr()

No description

setState($state)

No description

string
getState()

No description

setType($type)

No description

string
getType()

No description

setVlanId($vlanId)

No description

string
getVlanId()

No description

setVrf(VRF $vrf)

No description

VRF
getVrf()

No description

setVrfAttachment($vrfAttachment)

No description

string
getVrfAttachment()

No description

Details

setCidr($cidr)

No description

Parameters

$cidr

string getCidr()

No description

Return Value

string

setGatewayIp($gatewayIp)

No description

Parameters

$gatewayIp

string getGatewayIp()

No description

Return Value

string

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setIpAddress($ipAddress)

No description

Parameters

$ipAddress

string getIpAddress()

No description

Return Value

string

setJumboFramesEnabled($jumboFramesEnabled)

No description

Parameters

$jumboFramesEnabled

bool getJumboFramesEnabled()

No description

Return Value

bool

setLabels($labels)

No description

Parameters

$labels

string[] getLabels()

No description

Return Value

string[]

setMacAddress($macAddress)

No description

Parameters

$macAddress

string[] getMacAddress()

No description

Return Value

string[]

setMountPoints($mountPoints)

No description

Parameters

$mountPoints

NetworkMountPoint[] getMountPoints()

No description

Return Value

NetworkMountPoint[]

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setPod($pod)

No description

Parameters

$pod

string getPod()

No description

Return Value

string

setReservations($reservations)

No description

Parameters

$reservations

NetworkAddressReservation[] getReservations()

No description

Return Value

NetworkAddressReservation[]

setServicesCidr($servicesCidr)

No description

Parameters

$servicesCidr

string getServicesCidr()

No description

Return Value

string

setState($state)

No description

Parameters

$state

string getState()

No description

Return Value

string

setType($type)

No description

Parameters

$type

string getType()

No description

Return Value

string

setVlanId($vlanId)

No description

Parameters

$vlanId

string getVlanId()

No description

Return Value

string

setVrf(VRF $vrf)

No description

Parameters

VRF $vrf

VRF getVrf()

No description

Return Value

VRF

setVrfAttachment($vrfAttachment)

No description

Parameters

$vrfAttachment

string getVrfAttachment()

No description

Return Value

string