PHP 클래스 Scalr\Service\CloudStack\DataType\IpAddressResponseData

부터: 4.5.2
저자: Vlad Dobrovolskiy ([email protected])
상속: extends Scalr\Service\CloudStack\DataType\JobStatusData
파일 보기 프로젝트 열기: scalr/scalr

공개 프로퍼티들

프로퍼티 타입 설명
$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

보호된 프로퍼티들

프로퍼티 타입 설명
$_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