PHP Класс Scalr\Service\CloudStack\DataType\IpAddressResponseData

С версии: 4.5.2
Автор: Vlad Dobrovolskiy ([email protected])
Наследование: extends Scalr\Service\CloudStack\DataType\JobStatusData
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$account string The account the public IP address is associated with
$allocated DateTime Date the public IP address was acquired
$associatednetworkid string The ID of the Network associated with the IP address
$associatednetworkname string The name of the Network associated with the IP address
$domain string The domain the public IP address is associated with
$domainid string The domain ID the public IP address is associated with
$forvirtualnetwork string The virtual network for the IP address
$id string Public IP address id
$ipaddress string Public IP address
$isportable string Is public IP portable across the zones
$issourcenat string True if the IP address is a source nat address, false otherwise
$isstaticnat string True if this ip is for static nat, false otherwise
$issystem string True if this ip is system ip (was allocated as a part of deployVm or createLbRule)
$networkid string The ID of the Network where ip belongs to
$physicalnetworkid string The physical network this belongs to
$project string The project name of the address
$projectid string The project id of the ipaddress
$purpose string In Acton this value is not null for Ips with isSystem=true, and can have either StaticNat or LB value
$state string State of the ip address. Can be: Allocatin, Allocated and Releasing
$virtualmachinedisplayname string Virutal machine display name the ip address is assigned to (not null only for static nat Ip)
$virtualmachineid string Virutal machine id the ip address is assigned to (not null only for static nat Ip)
$virtualmachinename string Virutal machine name the ip address is assigned to (not null only for static nat Ip)
$vlanid string This parameter is visible to ROOT admins only
$vlanname string The VLAN associated with the IP address
$vmipaddress string Virutal machine (dnat) ip address (not null only for static nat Ip)
$vpcid string VPC the ip belongs to
$zoneid string The ID of the zone the public IP address belongs to
$zonename string The name of the zone the public IP address belongs to

Защищенные свойства (Protected)

Свойство Тип Описание
$_properties array List of the public properties which is managed by magic getter and setters internally.

Открытые методы

Метод Описание
setTags ( Scalr\Service\CloudStack\DataType\ResponseTagsList $tags = null ) : IpAddressResponseData Sets tags

Описание методов

setTags() публичный Метод

Sets tags
public setTags ( Scalr\Service\CloudStack\DataType\ResponseTagsList $tags = null ) : IpAddressResponseData
$tags Scalr\Service\CloudStack\DataType\ResponseTagsList
Результат IpAddressResponseData

Описание свойств

$_properties защищенное свойство

List of the public properties which is managed by magic getter and setters internally.
protected array $_properties
Результат array

$account публичное свойство

The account the public IP address is associated with
public string $account
Результат string

$allocated публичное свойство

Date the public IP address was acquired
public DateTime $allocated
Результат DateTime

$associatednetworkid публичное свойство

The ID of the Network associated with the IP address
public string $associatednetworkid
Результат string

$associatednetworkname публичное свойство

The name of the Network associated with the IP address
public string $associatednetworkname
Результат string

$domain публичное свойство

The domain the public IP address is associated with
public string $domain
Результат string

$domainid публичное свойство

The domain ID the public IP address is associated with
public string $domainid
Результат string

$forvirtualnetwork публичное свойство

The virtual network for the IP address
public string $forvirtualnetwork
Результат string

$id публичное свойство

Public IP address id
public string $id
Результат string

$ipaddress публичное свойство

Public IP address
public string $ipaddress
Результат string

$isportable публичное свойство

Is public IP portable across the zones
public string $isportable
Результат string

$issourcenat публичное свойство

True if the IP address is a source nat address, false otherwise
public string $issourcenat
Результат string

$isstaticnat публичное свойство

True if this ip is for static nat, false otherwise
public string $isstaticnat
Результат string

$issystem публичное свойство

True if this ip is system ip (was allocated as a part of deployVm or createLbRule)
public string $issystem
Результат string

$networkid публичное свойство

The ID of the Network where ip belongs to
public string $networkid
Результат string

$physicalnetworkid публичное свойство

The physical network this belongs to
public string $physicalnetworkid
Результат string

$project публичное свойство

The project name of the address
public string $project
Результат string

$projectid публичное свойство

The project id of the ipaddress
public string $projectid
Результат string

$purpose публичное свойство

In Acton this value is not null for Ips with isSystem=true, and can have either StaticNat or LB value
public string $purpose
Результат string

$state публичное свойство

State of the ip address. Can be: Allocatin, Allocated and Releasing
public string $state
Результат string

$virtualmachinedisplayname публичное свойство

Virutal machine display name the ip address is assigned to (not null only for static nat Ip)
public string $virtualmachinedisplayname
Результат string

$virtualmachineid публичное свойство

Virutal machine id the ip address is assigned to (not null only for static nat Ip)
public string $virtualmachineid
Результат string

$virtualmachinename публичное свойство

Virutal machine name the ip address is assigned to (not null only for static nat Ip)
public string $virtualmachinename
Результат string

$vlanid публичное свойство

This parameter is visible to ROOT admins only
public string $vlanid
Результат string

$vlanname публичное свойство

The VLAN associated with the IP address
public string $vlanname
Результат string

$vmipaddress публичное свойство

Virutal machine (dnat) ip address (not null only for static nat Ip)
public string $vmipaddress
Результат string

$vpcid публичное свойство

VPC the ip belongs to
public string $vpcid
Результат string

$zoneid публичное свойство

The ID of the zone the public IP address belongs to
public string $zoneid
Результат string

$zonename публичное свойство

The name of the zone the public IP address belongs to
public string $zonename
Результат string