public Long getPodId() {
   return podId.getValue();
 }
 public Long getZoneId() {
   return zoneId.getValue();
 }
 public Long getClusterId() {
   return clusterId.getValue();
 }
 public Long getId() {
   return id.getValue();
 }
 public Long getPublicIpAddressId() {
   return publicIpAddressId.getValue();
 }
 public Long getVirtualMachineId() {
   return virtualMachineId.getValue();
 }