Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gavryliuk committed Jan 31, 2017
1 parent ada407c commit 1fcce7d
Show file tree
Hide file tree
Showing 218 changed files with 3,747 additions and 51 deletions.
3 changes: 3 additions & 0 deletions Alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}


Expand Down
3 changes: 3 additions & 0 deletions ApplicationServer/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions ApplicationServer/Backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions ApplicationServer/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;

}

Expand Down
3 changes: 3 additions & 0 deletions ApplicationServer/DatabaseUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions ApplicationServer/Domain.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions ApplicationServer/EmailAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions ApplicationServer/Ftp.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions ApplicationServer/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions ApplicationServer/SystemApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}


Expand Down
3 changes: 3 additions & 0 deletions AutobackupPresets.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions Availability.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions Availability/CommunicationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions Availability/CommunicationRing.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions Availability/Host.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions Availability/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions Availability/Subsystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions Availability/Subsystem/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BackgroundTaskDaemon.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BackupServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ public function initFields( $version = null, $className = '' ) {
ONAPP_FIELD_TYPE => 'string',
);
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
7 changes: 7 additions & 0 deletions BackupServerZone.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,13 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
$this->fields['server_type'] = array(
ONAPP_FIELD_MAP => '_server_type',
ONAPP_FIELD_TYPE => 'string',
);
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingCompany.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingCompany/BaseResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingCompany/BaseResource/Limit.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingCompany/BaseResource/Price.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingCompany/ResourceVCloudComputeZone.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

return $this->fields;
Expand Down
3 changes: 3 additions & 0 deletions BillingCompany/ResourceVCloudDataStoreZone.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

return $this->fields;
Expand Down
3 changes: 3 additions & 0 deletions BillingCompany/ResourceVCloudNetworkZone.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

return $this->fields;
Expand Down
3 changes: 3 additions & 0 deletions BillingPlan.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingPlan/BaseResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingPlan/BaseResource/Limit.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingPlan/BaseResource/Price.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingUser/BaseResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingUser/BaseResource/Limit.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingUser/BaseResource/Price.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

parent::initFields( $version, __CLASS__ );
Expand Down
3 changes: 3 additions & 0 deletions BillingUser/ResourceBackupServerGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

$this->fields['id'][ ONAPP_FIELD_REQUIRED ] = false;
Expand Down
3 changes: 3 additions & 0 deletions BillingUser/ResourceDataStoreGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ public function initFields( $version = null, $className = '' ) {
case 5.2:
$this->fields = $this->initFields( 5.1 );
break;
case 5.3:
$this->fields = $this->initFields( 5.2 );
break;
}

$this->fields['id'][ ONAPP_FIELD_REQUIRED ] = false;
Expand Down
Loading

0 comments on commit 1fcce7d

Please sign in to comment.