Add DNS Deployment Role |
long addDNSDeploymentRole(long entityId, long serverInterfaceId, String
type, String properties) |
Get DNS Deployment Role |
APIDeploymentRole getDNSDeploymentRole(long entityId, long
serverInterfaceId) |
Get DNS Deployment Role for View |
APIDeploymentRole getDNSDeploymentRoleForView(long entityId, long
serverInterfaceId, long viewId) |
Update DNS Deployment Role |
void updateDNSDeploymentRole(APIDeploymentRole role) |
Delete DNS Deployment Role |
void deleteDNSDeploymentRole(long entityId, long
serverInterfaceId) |
Delete DNS Deployment Role for View |
void deleteDNSDeploymentRoleForView(long entityId, long serverInterfaceId,
long viewId) |