We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf0cca commit 54183cbCopy full SHA for 54183cb
management/server/subutai-common/src/main/java/io/subutai/common/host/ContainerHostInfoModel.java
@@ -27,7 +27,7 @@ public class ContainerHostInfoModel extends HostInfoModel implements ContainerHo
27
@SerializedName( "interfaces" )
28
@JsonProperty( "interfaces" )
29
protected Set<HostInterfaceModel> hostInterfaces = new HashSet<>();
30
- @JsonProperty( "environmentId" )
+ @JsonProperty( "envId" )
31
protected String envId;
32
@JsonProperty( "vlan" )
33
protected Integer vlan;
0 commit comments