Private/Types/models/RemotePort.generated.psm1


class RemotePort
{
    [int]$Number = 0
    [String]$Protocol = ''
    [String]$Status = ''
}