Skip to content

Commit

Permalink
Auto generated from API Specifications for 20.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pdellaert committed Dec 30, 2021
1 parent 3b8694a commit 191de25
Show file tree
Hide file tree
Showing 17 changed files with 1,201 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.nuagenetworks</groupId>
<artifactId>vspk</artifactId>
<version>20.10.6</version>
<version>20.10.7</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
22 changes: 22 additions & 0 deletions src/main/java/net/nuagenetworks/vspk/v6/Enterprise.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
import net.nuagenetworks.vspk.v6.fetchers.GNMIProfilesFetcher;
import net.nuagenetworks.vspk.v6.fetchers.GroupsFetcher;
import net.nuagenetworks.vspk.v6.fetchers.GroupKeyEncryptionProfilesFetcher;
import net.nuagenetworks.vspk.v6.fetchers.ICMPEchoTestDefinitionsFetcher;
import net.nuagenetworks.vspk.v6.fetchers.IDPProfilesFetcher;
import net.nuagenetworks.vspk.v6.fetchers.IKECertificatesFetcher;
import net.nuagenetworks.vspk.v6.fetchers.IKEEncryptionprofilesFetcher;
Expand Down Expand Up @@ -109,6 +110,7 @@
import net.nuagenetworks.vspk.v6.fetchers.SaaSApplicationTypesFetcher;
import net.nuagenetworks.vspk.v6.fetchers.SAPEgressQoSProfilesFetcher;
import net.nuagenetworks.vspk.v6.fetchers.SAPIngressQoSProfilesFetcher;
import net.nuagenetworks.vspk.v6.fetchers.ScheduledTestSuitesFetcher;
import net.nuagenetworks.vspk.v6.fetchers.SharedNetworkResourcesFetcher;
import net.nuagenetworks.vspk.v6.fetchers.SyslogDestinationsFetcher;
import net.nuagenetworks.vspk.v6.fetchers.TestDefinitionsFetcher;
Expand Down Expand Up @@ -408,6 +410,9 @@ public enum EThreatIntelligenceEnabled { DISABLED, ENABLED };
@JsonIgnore
private GroupKeyEncryptionProfilesFetcher groupKeyEncryptionProfiles;

@JsonIgnore
private ICMPEchoTestDefinitionsFetcher iCMPEchoTestDefinitions;

@JsonIgnore
private IDPProfilesFetcher iDPProfiles;

Expand Down Expand Up @@ -540,6 +545,9 @@ public enum EThreatIntelligenceEnabled { DISABLED, ENABLED };
@JsonIgnore
private SAPIngressQoSProfilesFetcher sAPIngressQoSProfiles;

@JsonIgnore
private ScheduledTestSuitesFetcher scheduledTestSuites;

@JsonIgnore
private SharedNetworkResourcesFetcher sharedNetworkResources;

Expand Down Expand Up @@ -642,6 +650,8 @@ public Enterprise() {

groupKeyEncryptionProfiles = new GroupKeyEncryptionProfilesFetcher(this);

iCMPEchoTestDefinitions = new ICMPEchoTestDefinitionsFetcher(this);

iDPProfiles = new IDPProfilesFetcher(this);

iKECertificates = new IKECertificatesFetcher(this);
Expand Down Expand Up @@ -730,6 +740,8 @@ public Enterprise() {

sAPIngressQoSProfiles = new SAPIngressQoSProfilesFetcher(this);

scheduledTestSuites = new ScheduledTestSuitesFetcher(this);

sharedNetworkResources = new SharedNetworkResourcesFetcher(this);

syslogDestinations = new SyslogDestinationsFetcher(this);
Expand Down Expand Up @@ -1395,6 +1407,11 @@ public GroupKeyEncryptionProfilesFetcher getGroupKeyEncryptionProfiles() {
return groupKeyEncryptionProfiles;
}

@JsonIgnore
public ICMPEchoTestDefinitionsFetcher getICMPEchoTestDefinitions() {
return iCMPEchoTestDefinitions;
}

@JsonIgnore
public IDPProfilesFetcher getIDPProfiles() {
return iDPProfiles;
Expand Down Expand Up @@ -1615,6 +1632,11 @@ public SAPIngressQoSProfilesFetcher getSAPIngressQoSProfiles() {
return sAPIngressQoSProfiles;
}

@JsonIgnore
public ScheduledTestSuitesFetcher getScheduledTestSuites() {
return scheduledTestSuites;
}

@JsonIgnore
public SharedNetworkResourcesFetcher getSharedNetworkResources() {
return sharedNetworkResources;
Expand Down
17 changes: 16 additions & 1 deletion src/main/java/net/nuagenetworks/vspk/v6/EnterpriseProfile.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ public enum EEntityScope { ENTERPRISE, GLOBAL };

protected Boolean enableApplicationPerformanceManagement;

@JsonProperty(value = "enableOAMConnectivityStatisticsCollection")

protected Boolean enableOAMConnectivityStatisticsCollection;

@JsonProperty(value = "encryptionManagementMode")

protected EEncryptionManagementMode encryptionManagementMode;
Expand Down Expand Up @@ -312,6 +316,17 @@ public void setEnableApplicationPerformanceManagement(Boolean value) {
}


@JsonIgnore
public Boolean getEnableOAMConnectivityStatisticsCollection() {
return enableOAMConnectivityStatisticsCollection;
}

@JsonIgnore
public void setEnableOAMConnectivityStatisticsCollection(Boolean value) {
this.enableOAMConnectivityStatisticsCollection = value;
}


@JsonIgnore
public EEncryptionManagementMode getEncryptionManagementMode() {
return encryptionManagementMode;
Expand Down Expand Up @@ -488,7 +503,7 @@ public PermissionsFetcher getPermissions() {


public String toString() {
return "EnterpriseProfile [" + "BGPEnabled=" + BGPEnabled + ", DHCPLeaseInterval=" + DHCPLeaseInterval + ", VNFManagementEnabled=" + VNFManagementEnabled + ", allowAdvancedQOSConfiguration=" + allowAdvancedQOSConfiguration + ", allowGatewayManagement=" + allowGatewayManagement + ", allowTrustedForwardingClass=" + allowTrustedForwardingClass + ", allowedForwardingClasses=" + allowedForwardingClasses + ", creationDate=" + creationDate + ", description=" + description + ", embeddedMetadata=" + embeddedMetadata + ", enableApplicationPerformanceManagement=" + enableApplicationPerformanceManagement + ", encryptionManagementMode=" + encryptionManagementMode + ", entityScope=" + entityScope + ", externalID=" + externalID + ", floatingIPsQuota=" + floatingIPsQuota + ", forwardingClass=" + forwardingClass + ", lastUpdatedBy=" + lastUpdatedBy + ", lastUpdatedDate=" + lastUpdatedDate + ", name=" + name + ", owner=" + owner + ", receiveMultiCastListID=" + receiveMultiCastListID + ", sendMultiCastListID=" + sendMultiCastListID + ", threatPreventionManagementEnabled=" + threatPreventionManagementEnabled + ", webFilterEnabled=" + webFilterEnabled + ", id=" + id + ", parentId=" + parentId + ", parentType=" + parentType + "]";
return "EnterpriseProfile [" + "BGPEnabled=" + BGPEnabled + ", DHCPLeaseInterval=" + DHCPLeaseInterval + ", VNFManagementEnabled=" + VNFManagementEnabled + ", allowAdvancedQOSConfiguration=" + allowAdvancedQOSConfiguration + ", allowGatewayManagement=" + allowGatewayManagement + ", allowTrustedForwardingClass=" + allowTrustedForwardingClass + ", allowedForwardingClasses=" + allowedForwardingClasses + ", creationDate=" + creationDate + ", description=" + description + ", embeddedMetadata=" + embeddedMetadata + ", enableApplicationPerformanceManagement=" + enableApplicationPerformanceManagement + ", enableOAMConnectivityStatisticsCollection=" + enableOAMConnectivityStatisticsCollection + ", encryptionManagementMode=" + encryptionManagementMode + ", entityScope=" + entityScope + ", externalID=" + externalID + ", floatingIPsQuota=" + floatingIPsQuota + ", forwardingClass=" + forwardingClass + ", lastUpdatedBy=" + lastUpdatedBy + ", lastUpdatedDate=" + lastUpdatedDate + ", name=" + name + ", owner=" + owner + ", receiveMultiCastListID=" + receiveMultiCastListID + ", sendMultiCastListID=" + sendMultiCastListID + ", threatPreventionManagementEnabled=" + threatPreventionManagementEnabled + ", webFilterEnabled=" + webFilterEnabled + ", id=" + id + ", parentId=" + parentId + ", parentType=" + parentType + "]";
}


Expand Down
229 changes: 229 additions & 0 deletions src/main/java/net/nuagenetworks/vspk/v6/ICMPEchoTestDefinition.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,229 @@
/*
Copyright (c) 2015, Alcatel-Lucent Inc
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

package net.nuagenetworks.vspk.v6;

import net.nuagenetworks.bambou.RestObject;
import net.nuagenetworks.bambou.annotation.RestEntity;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonIgnore;



@JsonIgnoreProperties(ignoreUnknown = true)
@RestEntity(restName = "icmpechotestdefinition", resourceName = "icmpechotestdefinitions")
public class ICMPEchoTestDefinition extends RestObject {

private static final long serialVersionUID = 1L;




@JsonProperty(value = "description")

protected String description;

@JsonProperty(value = "donotFragment")

protected Boolean donotFragment;

@JsonProperty(value = "name")

protected String name;

@JsonProperty(value = "packetCount")

protected Long packetCount;

@JsonProperty(value = "packetInterval")

protected Long packetInterval;

@JsonProperty(value = "packetSize")

protected Long packetSize;

@JsonProperty(value = "slaMonitoring")

protected Boolean slaMonitoring;

@JsonProperty(value = "thresholdAverageRoundTripTime")

protected Float thresholdAverageRoundTripTime;

@JsonProperty(value = "thresholdPacketLoss")

protected Float thresholdPacketLoss;

@JsonProperty(value = "timeout")

protected Long timeout;

@JsonProperty(value = "tos")

protected Long tos;




public ICMPEchoTestDefinition() {

}



@JsonIgnore
public String getDescription() {
return description;
}

@JsonIgnore
public void setDescription(String value) {
this.description = value;
}


@JsonIgnore
public Boolean getDonotFragment() {
return donotFragment;
}

@JsonIgnore
public void setDonotFragment(Boolean value) {
this.donotFragment = value;
}


@JsonIgnore
public String getName() {
return name;
}

@JsonIgnore
public void setName(String value) {
this.name = value;
}


@JsonIgnore
public Long getPacketCount() {
return packetCount;
}

@JsonIgnore
public void setPacketCount(Long value) {
this.packetCount = value;
}


@JsonIgnore
public Long getPacketInterval() {
return packetInterval;
}

@JsonIgnore
public void setPacketInterval(Long value) {
this.packetInterval = value;
}


@JsonIgnore
public Long getPacketSize() {
return packetSize;
}

@JsonIgnore
public void setPacketSize(Long value) {
this.packetSize = value;
}


@JsonIgnore
public Boolean getSlaMonitoring() {
return slaMonitoring;
}

@JsonIgnore
public void setSlaMonitoring(Boolean value) {
this.slaMonitoring = value;
}


@JsonIgnore
public Float getThresholdAverageRoundTripTime() {
return thresholdAverageRoundTripTime;
}

@JsonIgnore
public void setThresholdAverageRoundTripTime(Float value) {
this.thresholdAverageRoundTripTime = value;
}


@JsonIgnore
public Float getThresholdPacketLoss() {
return thresholdPacketLoss;
}

@JsonIgnore
public void setThresholdPacketLoss(Float value) {
this.thresholdPacketLoss = value;
}


@JsonIgnore
public Long getTimeout() {
return timeout;
}

@JsonIgnore
public void setTimeout(Long value) {
this.timeout = value;
}


@JsonIgnore
public Long getTos() {
return tos;
}

@JsonIgnore
public void setTos(Long value) {
this.tos = value;
}




public String toString() {
return "ICMPEchoTestDefinition [" + "description=" + description + ", donotFragment=" + donotFragment + ", name=" + name + ", packetCount=" + packetCount + ", packetInterval=" + packetInterval + ", packetSize=" + packetSize + ", slaMonitoring=" + slaMonitoring + ", thresholdAverageRoundTripTime=" + thresholdAverageRoundTripTime + ", thresholdPacketLoss=" + thresholdPacketLoss + ", timeout=" + timeout + ", tos=" + tos + ", id=" + id + ", parentId=" + parentId + ", parentType=" + parentType + "]";
}


}
2 changes: 1 addition & 1 deletion src/main/java/net/nuagenetworks/vspk/v6/NSGateway.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public enum EEntityScope { ENTERPRISE, GLOBAL };
public enum EFamily { ANY, NSG_AMI, NSG_AZ, NSG_C, NSG_E, NSG_E200, NSG_E300, NSG_V, NSG_X, NSG_X200 };
public enum EFunctions { GATEWAY, HUB, UBR };
public enum EInheritedSSHServiceState { DISABLED, ENABLED };
public enum ENetworkAcceleration { NONE, PERFORMANCE, SESSION_OPTIMIZED, TP_AWARE, VNF_AWARE };
public enum ENetworkAcceleration { NONE, PERFORMANCE, SESSION_OPTIMIZED, TP_AWARE, VNF_AWARE, WIFI_OPTIMIZED, WIFI_TP_AWARE, WIFI_VNF_AWARE };
public enum EPermittedAction { ALL, DEPLOY, EXTEND, INSTANTIATE, READ, USE };
public enum EPersonality { NSG, NSGBR, NSGDUC };
public enum ESyslogLevel { ALERT, CRITICAL, EMERGENCY, ERROR, INFO, NOTICE, WARNING };
Expand Down
Loading

0 comments on commit 191de25

Please sign in to comment.