Skip to content

Commit 4e1143e

Browse files
committed
update
1 parent 1ad28e2 commit 4e1143e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/com/github/kubesys/kubernetes/api/model/virtualmachinenetwork

src/main/java/com/github/kubesys/kubernetes/api/model/virtualmachinenetwork/Lifecycle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ public void setDhcp(String dhcp) {
312312
this.dhcp = dhcp;
313313
}
314314

315-
public boolean isIpv6() {
315+
public boolean getIpv6() {
316316
return ipv6;
317317
}
318318

0 commit comments

Comments
 (0)