public class PublicIpAssignmentResponse extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | PublicIpAssignmentResponse.AssignmentType | 
| Constructor and Description | 
|---|
| PublicIpAssignmentResponse(PublicIpAssignmentResponse.AssignmentType type,
                          String ip,
                          String entityUuid,
                          String entityName,
                          String externalNetworkName,
                          String externalNetworkUuid)Instantiates a new public ip assignment. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEntityName()Gets the entity name. | 
| String | getEntityUuid()Gets the entity uuid. | 
| String | getExternalNetworkName()Gets the external network name. | 
| String | getExternalNetworkUuid()Gets the external network uuid. | 
| String | getIp()Gets the ip. | 
| PublicIpAssignmentResponse.AssignmentType | getType()Gets the type. | 
| String | toString() | 
public PublicIpAssignmentResponse(PublicIpAssignmentResponse.AssignmentType type, String ip, String entityUuid, String entityName, String externalNetworkName, String externalNetworkUuid)
type - the typeip - the ipentityUuid - the entity uuidentityName - the entity nameexternalNetworkName - the external network nameexternalNetworkUuid - the external network uuidpublic PublicIpAssignmentResponse.AssignmentType getType()
public String getIp()
public String getEntityUuid()
public String getEntityName()
public String getExternalNetworkUuid()
public String getExternalNetworkName()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.